Bug 92981 - Web Inspector: remove extraObjectSize parameter from MemoryClassInfo constructor
Summary: Web Inspector: remove extraObjectSize parameter from MemoryClassInfo constructor
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks: 87262
  Show dependency treegraph
 
Reported: 2012-08-02 05:31 PDT by Yury Semikhatsky
Modified: 2012-08-02 05:52 PDT (History)
13 users (show)

See Also:


Attachments
Patch (5.62 KB, patch)
2012-08-02 05:35 PDT, Yury Semikhatsky
apavlov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-08-02 05:31:09 PDT
The extra size is added by some object referenced from the one being instrumented. We should report such referenced object along with its address instead of just reporting its size in a special parameter.
Comment 1 Yury Semikhatsky 2012-08-02 05:35:01 PDT
Created attachment 156048 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-08-02 05:48:28 PDT
Comment on attachment 156048 [details]
Patch

lgtm
Comment 3 Yury Semikhatsky 2012-08-02 05:52:50 PDT
Committed r124444: <http://trac.webkit.org/changeset/124444>