| 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 e864d3f2279a5d6818698db822f95d7515453859..267bc7224febac712418d8dee81ceb6bfc291020 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1048,6 +1048,8 @@ public:
|
| WebTaskRunner* loadingTaskRunner() const;
|
| WebTaskRunner* timerTaskRunner() const;
|
|
|
| + void enforceStrictMixedContentChecking();
|
| +
|
| protected:
|
| Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass);
|
|
|
|
|