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 5e228406b11da8c7808cbb18dc89cb51f394f045..da3ddeb6dbbf591a6a4a975c2479155129c2ebba 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -180,6 +180,7 @@ public: |
bool isNavigationAllowed() const { return m_navigationDisableCount == 0; } |
ServiceRegistry* serviceRegistry() { return m_serviceRegistry; } |
+ void purgeMemory(); |
FrameLoaderClient* client() const; |