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 616b47df77d1bf11bec6776c7caeb8d46ff80955..19878dc0069e27e82654fd4f25454f88e3144e2a 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1146,7 +1146,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; |