[Webkit-unassigned] [Bug 27662] Document needs a JSDOMWindow pointer that doesn't require going through Frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 15:15:26 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=27662





--- Comment #5 from Adam Barth <abarth at webkit.org>  2011-10-05 15:15:26 PST ---
The reason this bug is invalid is because Document is a DOM-layer object and JSDOMWindow is a bindings-layer object.  It's generally not a good idea to have a DOM-layer object have a pointer to a bindings-layer object.  Instead, we ended up storing the pointer in the JSDocument wrapper object, which is a bindings-layer object.

-- 
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