Bug 98127 - Web Inspector: migrate from WebInspector.Foo.prototype.__proto__ = to __proto__: syntax
Summary: Web Inspector: migrate from WebInspector.Foo.prototype.__proto__ = to __proto...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 01:52 PDT by Pavel Feldman
Modified: 2012-10-02 04:02 PDT (History)
11 users (show)

See Also:


Attachments
Patch (195.91 KB, patch)
2012-10-02 02:04 PDT, Pavel Feldman
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 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.
Comment 1 Vsevolod Vlasov 2012-10-02 01:59:16 PDT
How about adding a constructor property while we are here?
This can make debugging inspector easier.
Comment 2 Pavel Feldman 2012-10-02 02:04:12 PDT
Created attachment 166646 [details]
Patch
Comment 3 Pavel Feldman 2012-10-02 04:02:49 PDT
Committed r130149: <http://trac.webkit.org/changeset/130149>