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) |