| Index: third_party/WebKit/public/platform/WebSecurityOrigin.h
|
| diff --git a/third_party/WebKit/public/platform/WebSecurityOrigin.h b/third_party/WebKit/public/platform/WebSecurityOrigin.h
|
| index c4191bbd401d5bcf2dbaa32415af4dd9475e8c9a..7fa1f2b4cb93e2c5dfbbe8bb749b5671645a5c71 100644
|
| --- a/third_party/WebKit/public/platform/WebSecurityOrigin.h
|
| +++ b/third_party/WebKit/public/platform/WebSecurityOrigin.h
|
| @@ -95,7 +95,7 @@ public:
|
| // machine or over the network from a
|
| // cryptographically-authenticated origin, as described in
|
| // https://w3c.github.io/webappsec/specs/powerfulfeatures/#is-origin-trustworthy.
|
| - BLINK_PLATFORM_EXPORT bool isPotentiallyTrustworthy(WebString& errorMessage) const;
|
| + BLINK_PLATFORM_EXPORT bool isPotentiallyTrustworthy() const;
|
|
|
| // Returns a string representation of the WebSecurityOrigin. The empty
|
| // WebSecurityOrigin is represented by "null". The representation of a
|
|
|