Bug 76450 - [Chromium] Web Inspector: remove "Document DOM tree" class and "Detached DOM tree" from the Summary view.
Summary: [Chromium] Web Inspector: remove "Document DOM tree" class and "Detached DOM ...
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:
Blocks:
 
Reported: 2012-01-17 06:44 PST by Ilya Tikhonovsky
Modified: 2012-01-17 07:03 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.84 KB, patch)
2012-01-17 06:49 PST, 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-01-17 06:44:31 PST
%subj%
Comment 1 Ilya Tikhonovsky 2012-01-17 06:49:08 PST
Created attachment 122760 [details]
Patch
Comment 2 Yury Semikhatsky 2012-01-17 07:00:26 PST
Comment on attachment 122760 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=122760&action=review

> Source/WebCore/inspector/front-end/HeapSnapshot.js:913
> +            if (className === "Document DOM tree")

Is there a constant for "Document DOM tree" ?
Comment 3 Ilya Tikhonovsky 2012-01-17 07:03:57 PST
Committed r105153: <http://trac.webkit.org/changeset/105153>