| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index d17d428e14288b77ed35da72812484f4391d7458..36ac5e2c78916b977c8229a826f0e156d93b886e 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -76,7 +76,8 @@ public:
|
| void assign(const WebDocument& e) { WebNode::assign(e); }
|
|
|
| BLINK_EXPORT WebURL url() const;
|
| - // Note: Security checks should use the securityOrigin(), not url().
|
| + // Note: Security checks should use the securityOrigin() or inheritedURL(), not url().
|
| + BLINK_EXPORT WebURL inheritedURL() const;
|
| BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
|
|
|
| BLINK_EXPORT WebString encoding() const;
|
|
|