Chromium Code Reviews| Index: Source/core/dom/TreeScope.h |
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
| index cb444057b5c4e7b0317440ecf37f50355d241866..d303d36f6ed5bb271d21ab93f2ce92cbc7f584be 100644 |
| --- a/Source/core/dom/TreeScope.h |
| +++ b/Source/core/dom/TreeScope.h |
| @@ -126,7 +126,7 @@ public: |
| Element* getElementByAccessKey(const String& key) const; |
| - const KURL& baseURL() const { return m_baseURL; } |
| + const KURL& baseURL() const; |
| KURL completeURL(const String&) const; |
| protected: |