Index: public/web/WebDocument.h |
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h |
index c4d96b27aa625dc7eb9e59035eedd9b58a130bdc..dd0ce10e6d53f9be155fceae3f8397037b30306c 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) const; |
BLINK_EXPORT WebString encoding() const; |
BLINK_EXPORT WebString contentLanguage() const; |