[Webkit-unassigned] [Bug 27645] Fix the last of the x-frame constructor calls to have the right prototype chains
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 24 11:33:44 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27645
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33423|review? |review+
Flag| |
--- Comment #2 from Adam Barth <abarth at webkit.org> 2009-07-24 11:33:43 PDT ---
(From update of attachment 33423)
+ // 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".
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list