Index: Source/core/loader/cache/CachedCSSStyleSheet.h |
diff --git a/Source/core/loader/cache/CachedCSSStyleSheet.h b/Source/core/loader/cache/CachedCSSStyleSheet.h |
index 5325be7dd66dd8d7ac2cb9557cf68ca83e058685..f2908fc4df37f16a8ec35bd61a13de5fb56c9496 100644 |
--- a/Source/core/loader/cache/CachedCSSStyleSheet.h |
+++ b/Source/core/loader/cache/CachedCSSStyleSheet.h |
@@ -51,8 +51,6 @@ namespace WebCore { |
PassRefPtr<StyleSheetContents> restoreParsedStyleSheet(const CSSParserContext&); |
void saveParsedStyleSheet(PassRefPtr<StyleSheetContents>); |
- |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
private: |
bool canUseSheet(bool enforceMIMEType, bool* hasValidMIMEType) const; |