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 e9a814b8edf0630505a3b5af6d83219a7dbca997..9f9492b60ff8f53c963b9866881439b7fcb8dfe1 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1143,7 +1143,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; |