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 6d7144faf90fd2ea09a032066e60fa072bb5acb8..536f3bf1412dceec9a42dc14bcb166895f3c5858 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -400,6 +400,8 @@ public: |
// or -1 if the node does not have a scrollable area. |
int getScrollAnimationState(Node*) const; |
+ void purgeMemory(); |
+ |
private: |
explicit Internals(ScriptState*); |
Document* contextDocument() const; |