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) |