| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 3743f9f3883d559a86967d30a8b684d149776ab8..f5870e2e1f49af4569aad6445050661d06ed6c65 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -504,11 +504,6 @@ public:
|
| bool childNeedsShadowWalker() const;
|
| void didShadowTreeAwareChildrenChange();
|
|
|
| - // ElementTraversal API
|
| - Element* firstElementChild() const;
|
| - Element* lastElementChild() const;
|
| - unsigned childElementCount() const;
|
| -
|
| virtual bool matchesReadOnlyPseudoClass() const;
|
| virtual bool matchesReadWritePseudoClass() const;
|
| bool webkitMatchesSelector(const String& selectors, ExceptionCode&);
|
|
|