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 15dbe5a785f64644026c1faee0e4e9dc66d9f9d3..6cd24075ea8b49c0bb2ba6b85126f55c24f15775 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1144,7 +1144,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; |