RESOLVED FIXED 98127
Web Inspector: migrate from WebInspector.Foo.prototype.__proto__ = to __proto__: syntax
https://bugs.webkit.org/show_bug.cgi?id=98127
Summary Web Inspector: migrate from WebInspector.Foo.prototype.__proto__ = to __proto...
Pavel Feldman
Reported 2012-10-02 01:52:12 PDT
This syntax is more compiler-friendly, we will be able to migrate to a newer compiler after that.
Attachments
Patch (195.91 KB, patch)
2012-10-02 02:04 PDT, Pavel Feldman
vsevik: review+
Vsevolod Vlasov
Comment 1 2012-10-02 01:59:16 PDT
How about adding a constructor property while we are here? This can make debugging inspector easier.
Pavel Feldman
Comment 2 2012-10-02 02:04:12 PDT
Pavel Feldman
Comment 3 2012-10-02 04:02:49 PDT
Note You need to log in before you can comment on or make changes to this bug.