Index: third_party/WebKit/Source/core/css/StyleSheetContents.h |
diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
index 2f8f5b74c861e14116393adc46607fceb075a164..15c549f219c0a12cb6a824dd83dbcc30df2ce75b 100644 |
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.h |
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
@@ -158,6 +158,8 @@ public: |
String sourceMapURL() const { return m_sourceMapURL; } |
+ void purgeMemory(); |
+ |
DECLARE_TRACE(); |
private: |