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

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

Issue 23995011: Remove Document::getElementById() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 434a5adbbde3ad9e7c1e1d8defd4f270154f8fdd..9eb2cdade25da88eefbeec1c447afefaf3000076 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -223,8 +223,6 @@ public:
using ContainerNode::ref;
using ContainerNode::deref;
- Element* getElementById(const AtomicString& id) const;
-
virtual bool canContainRangeEndPoint() const { return true; }
SelectorQueryCache* selectorQueryCache();
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698