Bug 105802 - Web Inspector: remove support for legacy heap graph node format
Summary: Web Inspector: remove support for legacy heap graph node format
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:
 
Reported: 2012-12-27 07:53 PST by Yury Semikhatsky
Modified: 2012-12-27 08:04 PST (History)
9 users (show)

See Also:


Attachments
Patch (5.82 KB, patch)
2012-12-27 07:55 PST, Yury Semikhatsky
pfeldman: review+
pfeldman: commit-queue+
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-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>