Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 7a344d626debc32dda918049c058462b9bcbd250..3f93fc20fec50d2e6077f4ea3da19c473ea303dc 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -41,8 +41,6 @@ class HTMLElement : public StyledElement { |
public: |
static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document*); |
- PassRefPtr<HTMLCollection> children(); |
- |
virtual String title() const OVERRIDE FINAL; |
virtual short tabIndex() const; |