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