summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMapElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMapElement.h')
-rw-r--r--WebCore/html/HTMLMapElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLMapElement.h b/WebCore/html/HTMLMapElement.h
index f40e78e..8dc9edf 100644
--- a/WebCore/html/HTMLMapElement.h
+++ b/WebCore/html/HTMLMapElement.h
@@ -42,7 +42,7 @@ public:
const AtomicString& getName() const { return m_name; }
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
bool mapMouseEvent(int x, int y, const IntSize&, HitTestResult&);