| Index: third_party/WebKit/public/web/WebDocument.h
|
| diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
|
| index 4c7243044d24b7ab8e57f32d02f0b8dbe2e6ddf9..486e11ce89db1f71cd57620841aa04be6aab420c 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -72,7 +72,7 @@ class WebDocument : public WebNode {
|
| BLINK_EXPORT WebURL url() const;
|
| // Note: Security checks should use the getSecurityOrigin(), not url().
|
| BLINK_EXPORT WebSecurityOrigin getSecurityOrigin() const;
|
| - BLINK_EXPORT bool isSecureContext(WebString& errorMessage) const;
|
| + BLINK_EXPORT bool isSecureContext() const;
|
|
|
| BLINK_EXPORT WebString encoding() const;
|
| BLINK_EXPORT WebString contentLanguage() const;
|
|
|