Index: Source/core/loader/cache/CachedFont.h |
diff --git a/Source/core/loader/cache/CachedFont.h b/Source/core/loader/cache/CachedFont.h |
index 4107980cc25b0a11d9048f0829b812903114c1cd..78d0261bd5bebab3d9477f6e7c9b7987d1799d5c 100644 |
--- a/Source/core/loader/cache/CachedFont.h |
+++ b/Source/core/loader/cache/CachedFont.h |
@@ -61,8 +61,6 @@ public: |
SVGFontElement* getSVGFontById(const String&) const; |
#endif |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
private: |
virtual void checkNotify(); |
FontCustomPlatformData* m_fontData; |