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

Unified Diff: Source/core/dom/Element.h

Issue 15077006: Implement ParentNode IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove include Created 7 years, 7 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
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;

Powered by Google App Engine
This is Rietveld 408576698