| 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 06c470dafe5da8547e8ae29412e9b0f4276e0535..ee2a66058c58a2039f6f9e550dc7ac590c3c6f41 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1129,7 +1129,7 @@ private:
|
| bool childTypeAllowed(NodeType) const final;
|
| Node* cloneNode(bool deep) final;
|
| void cloneDataFromDocument(const Document&);
|
| - bool isSecureContextImpl(String* errorMessage, const SecureContextCheck priviligeContextCheck) const;
|
| + bool isSecureContextImpl(const SecureContextCheck priviligeContextCheck) const;
|
|
|
| ShadowCascadeOrder m_shadowCascadeOrder = ShadowCascadeNone;
|
|
|
|
|