Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index 2165cca6ed38af5fcb3e928034ec644c8e86fc94..8677e0e851976d74cb0a826b46f381609299c02e 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -178,6 +178,7 @@ public: |
bool isNavigationAllowed() const { return m_navigationDisableCount == 0; } |
ServiceRegistry* serviceRegistry() { return m_serviceRegistry; } |
+ void purgeMemory(); |
FrameLoaderClient* client() const; |