| 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 cf107031fb7ed6bff410005e77bfabe689ce728a..2fdd83ed010a716ec22b908511d66953d24eac50 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1068,6 +1068,8 @@ public:
|
|
|
| void enforceStrictMixedContentChecking();
|
|
|
| + void purgeMemory(DeviceKind);
|
| +
|
| protected:
|
| Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass);
|
|
|
|
|