[Webkit-unassigned] [Bug 36465] window.Document !== window.XMLDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 22:43:20 PDT 2010


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





--- Comment #14 from Adam Barth <abarth at webkit.org>  2010-03-22 22:43:19 PST ---
The real-world bug we're trying to fix is Bug 9063.  The load API is supposed
to be present on XMLDocument but not on HTMLDocument.  Currently, that's not
possible because XMLDocument is aliased to base class of HTMLDocument.  After
this patch, it is possible.

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