| 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 048bb13e2023cefcb279a519f7f53ff101663361..4635ff199267954e1567a42b48c6d9e88a643524 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1093,6 +1093,8 @@ public:
|
|
|
| bool isInMainFrame() const;
|
|
|
| + void purgeMemory();
|
| +
|
| protected:
|
| Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass);
|
|
|
|
|