diff options
author | loislo@chromium.org <loislo@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-07-17 11:59:21 +0000 |
---|---|---|
committer | loislo@chromium.org <loislo@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-07-17 11:59:21 +0000 |
commit | f76d002b40337d9aeb004ea9bfdf716abe011ecb (patch) | |
tree | b54b64cccb1c3b04646662c8599cd12bfb80852d /third_party/WebKit/Source/wtf/text/AtomicString.h | |
parent | 6265aa88f7d3ff3a095a2f241f53b812471a5df9 (diff) | |
download | chromium_src-f76d002b40337d9aeb004ea9bfdf716abe011ecb.zip chromium_src-f76d002b40337d9aeb004ea9bfdf716abe011ecb.tar.gz chromium_src-f76d002b40337d9aeb004ea9bfdf716abe011ecb.tar.bz2 |
DevTools: completely remove native memory instrumentation
Current approach doesn't work properly.
It covers about 70% of memory.
It affects binary size ~600Kb.
It doesn't scale because the binary size.
It is fragile.
BUG=234422
TBR=yurys@chromium.org
Review URL: https://codereview.chromium.org/19553002
git-svn-id: svn://svn.chromium.org/blink/trunk@154395 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/wtf/text/AtomicString.h')
-rw-r--r-- | third_party/WebKit/Source/wtf/text/AtomicString.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.h b/third_party/WebKit/Source/wtf/text/AtomicString.h index 3a471d9..bfb5df5 100644 --- a/third_party/WebKit/Source/wtf/text/AtomicString.h +++ b/third_party/WebKit/Source/wtf/text/AtomicString.h @@ -36,7 +36,6 @@ namespace WTF { struct AtomicStringHash; -class MemoryObjectInfo; class WTF_EXPORT AtomicString { public: |