Bug 93001 - Web Inspector: simple replace objectType with ownerObjectType in NMI code
Summary: Web Inspector: simple replace objectType with ownerObjectType in NMI code
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on: 92994
Blocks: 87262
  Show dependency treegraph
 
Reported: 2012-08-02 09:25 PDT by Ilya Tikhonovsky
Modified: 2012-08-03 00:42 PDT (History)
11 users (show)

See Also:


Attachments
Patch (14.88 KB, patch)
2012-08-02 09:27 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-08-02 09:25:06 PDT
In all the cases when we are visiting members, objectType field is actually the objectType of the member's owner object.
Comment 1 Ilya Tikhonovsky 2012-08-02 09:27:58 PDT
Created attachment 156106 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-08-03 00:42:00 PDT
Committed r124572: <http://trac.webkit.org/changeset/124572>