Bug 105802

Summary: Web Inspector: remove support for legacy heap graph node format
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+, pfeldman: commit-queue+

Description Yury Semikhatsky 2012-12-27 07:53:16 PST
We used to store first edge index instead of edge count in each node. V8 now supports new format and we should drop legacy code.
Comment 1 Yury Semikhatsky 2012-12-27 07:55:42 PST
Created attachment 180803 [details]
Patch
Comment 2 Yury Semikhatsky 2012-12-27 08:04:53 PST
Committed r138502: <http://trac.webkit.org/changeset/138502>