On Mon, Jun 22, 2009 at 7:04 PM, Maciej Stachowiak<[email protected]> wrote: > Your proposed alternative will have different behavior. It will use the > lexical global object of the calling JavaScript function, instead of the > global object originally associated with the Options constructor.
Yes. Almost everywhere you see this pattern it's incorrect. We have this bug a lot. Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

