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

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

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 | « Source/core/dom/Document.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 2ffcc5fd159c2ea3ff7b2799057e9f6abed9f30b..72955584b9350eb3231be22bc7ccf5359d6daeda 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -617,11 +617,6 @@ void Document::dispose()
lifecycleNotifier()->notifyDocumentWasDisposed();
}
-Element* Document::getElementById(const AtomicString& id) const
-{
- return TreeScope::getElementById(id);
-}
-
SelectorQueryCache* Document::selectorQueryCache()
{
if (!m_selectorQueryCache)
« no previous file with comments | « Source/core/dom/Document.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698