summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLIsIndexElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLIsIndexElement.h')
-rw-r--r--WebCore/html/HTMLIsIndexElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLIsIndexElement.h b/WebCore/html/HTMLIsIndexElement.h
index ad56079..f8124f6 100644
--- a/WebCore/html/HTMLIsIndexElement.h
+++ b/WebCore/html/HTMLIsIndexElement.h
@@ -35,7 +35,7 @@ public:
virtual int tagPriority() const { return 0; }
virtual bool canTriggerImplicitSubmission() const { return true; }
- virtual void parseMappedAttribute(MappedAttribute *attr);
+ virtual void parseMappedAttribute(Attribute* attr);
String prompt() const;
void setPrompt(const String &);