Index: third_party/WebKit/Source/core/dom/StyleEngine.h |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h |
index f3977aab71156ee3f17f16de3f295035f0e665ae..901205e3f78c6eb4cd4e5b51c226baad5a22e336 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -181,6 +181,8 @@ public: |
StyleResolverStats* stats() { return m_styleResolverStats.get(); } |
void setStatsEnabled(bool); |
+ void purgeMemory(); |
+ |
DECLARE_VIRTUAL_TRACE(); |
DECLARE_TRACE_WRAPPERS(); |