Bug 101067 - Web Inspector: NMI instrument CachedMetadata. It uses ~300k on plus.google.com
Summary: Web Inspector: NMI instrument CachedMetadata. It uses ~300k on plus.google.com
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-11-02 09:34 PDT by Ilya Tikhonovsky
Modified: 2012-11-06 06:45 PST (History)
12 users (show)

See Also:


Attachments
Patch (10.53 KB, patch)
2012-11-02 09:37 PDT, 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-11-02 09:34:38 PDT
EOM
Comment 1 Ilya Tikhonovsky 2012-11-02 09:37:22 PDT
Created attachment 172080 [details]
Patch
Comment 2 Yury Semikhatsky 2012-11-05 23:28:44 PST
Comment on attachment 172080 [details]
Patch

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

> Source/WebCore/loader/CachedMetadata.cpp:35
> +#include <wtf/Forward.h>

No need to include Forward.h
Comment 3 Ilya Tikhonovsky 2012-11-06 06:45:36 PST
Committed r133600: <http://trac.webkit.org/changeset/133600>