diff options
Diffstat (limited to 'WebCore/html/HTMLElement.h')
-rw-r--r-- | WebCore/html/HTMLElement.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/HTMLElement.h b/WebCore/html/HTMLElement.h index 3d84e8b..60152cd 100644 --- a/WebCore/html/HTMLElement.h +++ b/WebCore/html/HTMLElement.h @@ -45,8 +45,6 @@ public: virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const; virtual void parseMappedAttribute(MappedAttribute*); - virtual PassRefPtr<Node> cloneNode(bool deep); - PassRefPtr<HTMLCollection> children(); String id() const; |