Index: third_party/WebKit/Source/core/testing/Internals.h |
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h |
index 6f0d1d895e2438f426246aa25470b5765dd71d50..d844e2abc88105e0473ee0fc4a2471f5f14a7f9e 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -401,6 +401,8 @@ public: |
// or -1 if the node does not have a scrollable area. |
String getProgrammaticScrollAnimationState(Node*) const; |
+ void purgeMemory(); |
+ |
private: |
explicit Internals(ScriptState*); |
Document* contextDocument() const; |