| 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 0dfdeedd37455145dc8d01240874b9e74a92bd9c..9b59efa200268eaf17bcadbbfcbd7806657de63e 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -76,7 +76,7 @@ public:
|
| BLINK_EXPORT WebURL url() const;
|
| // Note: Security checks should use the securityOrigin(), not url().
|
| BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
|
| - BLINK_EXPORT bool isPrivilegedContext(WebString& errorMessage) const;
|
| + BLINK_EXPORT bool isSecureContext(WebString& errorMessage) const;
|
|
|
| BLINK_EXPORT WebString encoding() const;
|
| BLINK_EXPORT WebString contentLanguage() const;
|
|
|