Index: third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h |
diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h |
index e2468fd104ea4477421120f43b4773ab648bde03..5e7e4b821e3de3933e8cec1ae1b4915dfb2946a0 100644 |
--- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h |
+++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h |
@@ -128,6 +128,7 @@ public: |
// cryptographically-authenticated origin, as described in |
// https://w3c.github.io/webappsec/specs/powerfulfeatures/#is-origin-trustworthy. |
bool isPotentiallyTrustworthy(String& errorMessage) const; |
+ bool isPotentiallyTrustworthy() const; |
// Returns true if this SecurityOrigin can load local resources, such |
// as images, iframes, and style sheets, and can link to local URLs. |