Index: third_party/WebKit/Source/core/css/CSSStyleSheet.h |
diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.h b/third_party/WebKit/Source/core/css/CSSStyleSheet.h |
index 0f8ebc925c4136fc2ce7e113abb4d7a6cde8103f..0b385b0a6f1e2761b4f8fe7507272a3500b23cca 100644 |
--- a/third_party/WebKit/Source/core/css/CSSStyleSheet.h |
+++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.h |
@@ -119,6 +119,8 @@ public: |
bool loadCompleted() const { return m_loadCompleted; } |
void startLoadingDynamicSheet(); |
+ void purgeMemory() override; |
+ |
DECLARE_VIRTUAL_TRACE(); |
private: |