| 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 048bb13e2023cefcb279a519f7f53ff101663361..c1100a4baf8bc68c920c697467031639d7d9e825 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -527,7 +527,7 @@ public:
|
| const KURL& baseURL() const { return m_baseURL; }
|
| void setBaseURLOverride(const KURL&);
|
| const KURL& baseURLOverride() const { return m_baseURLOverride; }
|
| - const KURL& baseElementURL() const { return m_baseElementURL; }
|
| + KURL validBaseElementURL() const;
|
| const AtomicString& baseTarget() const { return m_baseTarget; }
|
| void processBaseElement();
|
|
|
|
|