Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: Source/core/dom/TreeScope.h

Issue 135643004: Make TreeScope::baseURL pure virtual (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Handle fallback in baseURL Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/TreeScope.cpp » ('j') | Source/core/dom/TreeScope.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | Source/core/dom/TreeScope.cpp » ('j') | Source/core/dom/TreeScope.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698