| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index c4d96b27aa625dc7eb9e59035eedd9b58a130bdc..16cc322e5fdb2e2d35091f841fcbc85c22715b68 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -76,6 +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);
|
|
|
| BLINK_EXPORT WebString encoding() const;
|
| BLINK_EXPORT WebString contentLanguage() const;
|
|
|