Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 8b2580bf59f3de445f575a238fbbe14a1f4a90d4..025bfbf74a43c627246669a203ee604687c3d03b 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -504,11 +504,8 @@ public: |
void didShadowTreeAwareChildrenChange(); |
// ElementTraversal API |
- Element* firstElementChild() const; |
- Element* lastElementChild() const; |
Element* previousElementSibling() const; |
Element* nextElementSibling() const; |
- unsigned childElementCount() const; |
virtual bool matchesReadOnlyPseudoClass() const; |
virtual bool matchesReadWritePseudoClass() const; |