| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 494e168859b82ff2ead42a8cbb8c1edacff0fdd2..b92e830abf79d867d088ea478ab6d48342158a0c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -520,6 +520,7 @@ public:
|
|
|
| KURL completeURL(const String&) const;
|
| KURL completeURLWithOverride(const String&, const KURL& baseURLOverride) const;
|
| + const KURL& baseURLForOverride(const KURL& baseURLOverride) const;
|
|
|
| String userAgent() const final;
|
| void disableEval(const String& errorMessage) final;
|
|
|