Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2142523004: M52: Merge "Reland: service worker: Don't control a subframe of an insecure context" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: fix compile errors Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698