RESOLVED FIXED 73521
[JSC] window.Option should be OptionConstructor
https://bugs.webkit.org/show_bug.cgi?id=73521
Summary [JSC] window.Option should be OptionConstructor
Kentaro Hara
Reported 2011-11-30 21:31:29 PST
This is a regression caused by a patch of bug 73307. If we replaced custom constructors of window.Audio and window.Option with the [NamedConstructor] IDL, fast/js/global-constructors.html, fast/dom/Window/window-properties.html and fast/dom/call-a-constructor-as-a-function.html start to fail in JSC. Before a patch of bug 73007: (correct) window.Audio => AudioConstructor window.Option => OptionConstructor window.HTMLAudioElement => HTMLAudioElementConstructor window.HTMLOptionElement => HTMLOptionElementConstructor After a patch of bug 73007: (wrong) window.Audio => HTMLAudioElementConstructor window.Option => HTMLOptionElementConstructor window.HTMLAudioElement => HTMLAudioElementConstructor window.HTMLOptionElement => HTMLOptionElementConstructor We should fix it.
Attachments
Patch (7.67 KB, patch)
2011-11-30 22:19 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2011-11-30 21:33:22 PST
(In reply to comment #0) > Before a patch of bug 73007: (correct) > After a patch of bug 73007: (wrong) Correction: s/bug 73007/bug 73307/
Kentaro Hara
Comment 2 2011-11-30 22:19:25 PST
WebKit Review Bot
Comment 3 2011-12-01 00:01:06 PST
Comment on attachment 117340 [details] Patch Clearing flags on attachment: 117340 Committed r101627: <http://trac.webkit.org/changeset/101627>
WebKit Review Bot
Comment 4 2011-12-01 00:01:10 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.