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