Bug 150093 - Web Inspector: Don't shadow global Object constructor in WebInspector.Object class definition
Summary: Web Inspector: Don't shadow global Object constructor in WebInspector.Object ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks: 150089
  Show dependency treegraph
 
Reported: 2015-10-13 11:48 PDT by Yusuke Suzuki
Modified: 2015-10-13 12:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2015-10-13 11:53 PDT, Yusuke Suzuki
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-10-13 11:48:47 PDT
Web Inspector: Don't shadow global Object constructor in WebInspector.Object class definition
Comment 1 Yusuke Suzuki 2015-10-13 11:53:37 PDT
Created attachment 263003 [details]
Patch
Comment 2 Joseph Pecoraro 2015-10-13 11:57:45 PDT
Comment on attachment 263003 [details]
Patch

Oh interesting. Good find, also will be nice for us to distinguish WebInspector.Object from built-in Object in the console when we debug Inspector.

r=me
Comment 3 Yusuke Suzuki 2015-10-13 12:04:27 PDT
Committed r191001: <http://trac.webkit.org/changeset/191001>