Bug 96356 - Web Inspector: NMI: move MemoryInstrumentation.h to wtf
Summary: Web Inspector: NMI: move MemoryInstrumentation.h to wtf
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-09-10 23:58 PDT by Ilya Tikhonovsky
Modified: 2012-09-11 00:33 PDT (History)
13 users (show)

See Also:


Attachments
Patch (50.31 KB, patch)
2012-09-11 00:01 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-09-10 23:58:28 PDT
It is necessary step because it helps us to remove dependency between platform and WebCore.
Comment 1 Ilya Tikhonovsky 2012-09-11 00:01:34 PDT
Created attachment 163287 [details]
Patch
Comment 2 Yury Semikhatsky 2012-09-11 00:29:57 PDT
Comment on attachment 163287 [details]
Patch

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

> Source/WTF/ChangeLog:8
> +        It is necessary step because it helps us to remove dependency between platform and WebCore.

We also need this to have better coverage for WTF containers.
Comment 3 Ilya Tikhonovsky 2012-09-11 00:33:43 PDT
Committed r128153: <http://trac.webkit.org/changeset/128153>