Bug 82471

Summary: Web Inspector: nuke HeapGraph.setSize(), do it automagically on update
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Andrey Kosyakov 2012-03-28 08:23:20 PDT
We used to call HeapGraph.setSize() before HeapGraph.update() anyway, so just move it inside update() and use outer element dimensions to calculate the size.
Comment 1 Andrey Kosyakov 2012-03-28 08:24:53 PDT
Created attachment 134301 [details]
Patch
Comment 2 Andrey Kosyakov 2012-03-28 08:36:33 PDT
Committed r112403: <http://trac.webkit.org/changeset/112403>