diff options
Diffstat (limited to 'WebCore/html/HTMLMapElement.h')
-rw-r--r-- | WebCore/html/HTMLMapElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLMapElement.h b/WebCore/html/HTMLMapElement.h index 483f17b..1394c95 100644 --- a/WebCore/html/HTMLMapElement.h +++ b/WebCore/html/HTMLMapElement.h @@ -44,9 +44,6 @@ public: HTMLImageElement* imageElement() const; PassRefPtr<HTMLCollection> areas(); - String name() const; - void setName(const String&); - private: HTMLMapElement(const QualifiedName&, Document*); |