RESOLVED FIXED Bug 59170
Remove remaining uses of deprecated version of toJS
https://bugs.webkit.org/show_bug.cgi?id=59170
Summary Remove remaining uses of deprecated version of toJS
Sam Weinig
Reported 2011-04-21 20:18:40 PDT
Remove remaining uses of deprecated version of toJS
Attachments
Patch (25.67 KB, patch)
2011-04-21 20:25 PDT, Sam Weinig
barraclough: review+
Sam Weinig
Comment 1 2011-04-21 20:25:11 PDT
Early Warning System Bot
Comment 2 2011-04-21 20:38:34 PDT
Collabora GTK+ EWS bot
Comment 3 2011-04-22 01:43:04 PDT
Sam Weinig
Comment 4 2011-04-22 10:37:28 PDT
WebKit Review Bot
Comment 5 2011-04-22 10:45:41 PDT
http://trac.webkit.org/changeset/84641 might have broken Qt Linux Release minimal
Eric Seidel (no email)
Comment 6 2011-04-22 11:21:38 PDT
Comment on attachment 90661 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90661&action=review > LayoutTests/ChangeLog:10 > + failures are pure JS objects (Array, Boolean, String, Number, Function). I think these aren't failures, and the test shoudl be updated. Ask abarth. But I think I was wrong when I wrote this test. I think pure JS types always use the dynamic global object per the spec.
Adam Barth
Comment 7 2011-04-22 11:24:10 PDT
Comment on attachment 90661 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90661&action=review >> LayoutTests/ChangeLog:10 >> + * fast/dom/prototype-inheritance-2-expected.txt: >> + Add new passing results since we now use the correct global object. The remaining >> + failures are pure JS objects (Array, Boolean, String, Number, Function). > > I think these aren't failures, and the test shoudl be updated. Ask abarth. But I think I was wrong when I wrote this test. I think pure JS types always use the dynamic global object per the spec. They always use the lexical global object, but, yeah, the test isn't correct for these primitive types.
Note You need to log in before you can comment on or make changes to this bug.