[webkit-reviews] review granted: [Bug 27645] Fix the last of the x-frame constructor calls to have the right prototype chains : [Attachment 33423] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 24 11:33:43 PDT 2009
Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 27645: Fix the last of the x-frame constructor calls to have the right
prototype chains
https://bugs.webkit.org/show_bug.cgi?id=27645
Attachment 33423: patch
https://bugs.webkit.org/attachment.cgi?id=33423&action=review
------- Additional Comments from Adam Barth <abarth at webkit.org>
+ // FIXME: Why do we use the lexical global object here?
I believe this is correct. See step 14 of:
http://www.whatwg.org/specs/web-workers/current-work/#creating-workers
14. Let docs be the list of relevant Document objects to add given the global
scope of the script that invoked the constructor.
The lexical global object is "the global scope of the script that invoked the
constructor".
More information about the webkit-reviews
mailing list