[Webkit-unassigned] [Bug 78721] Rename DOMWindow to Window in the bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 12:26:06 PST 2012


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





--- Comment #1 from Erik Arvidsson <arv at chromium.org>  2012-02-15 12:26:06 PST ---
That assert was not so useful. Here are better test

assertTrue(String(Window) === 'function Window() { [native code] }') // V8
assertTrue(String(Window) === '[object WindowConstructor]') // JSC

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