Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: Source/core/dom/CharacterData.h

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Attribute.h ('k') | Source/core/dom/CharacterData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CharacterData.h
diff --git a/Source/core/dom/CharacterData.h b/Source/core/dom/CharacterData.h
index cce9f56973861042da1819151797f3e3dda71ce4..3dfb6c6d6db424afb8d852e95c5f8f284976e23a 100644
--- a/Source/core/dom/CharacterData.h
+++ b/Source/core/dom/CharacterData.h
@@ -47,8 +47,6 @@ public:
// Returns how much could be added before length limit was met.
unsigned parserAppendData(const String& string, unsigned offset, unsigned lengthLimit);
- virtual void reportMemoryUsage(MemoryObjectInfo*) const;
-
protected:
CharacterData(Document* document, const String& text, ConstructionType type)
: Node(document, type)
« no previous file with comments | « Source/core/dom/Attribute.h ('k') | Source/core/dom/CharacterData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698