| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 21464a10bca850b58caee5f29bc233e0e1afb45f..016d19de6bcead326be1ebe30ba04a8a6bc1fed6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1092,6 +1092,8 @@ public:
|
|
|
| bool isInMainFrame() const;
|
|
|
| + void purgeMemory();
|
| +
|
| protected:
|
| Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass);
|
|
|
|
|