summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLObjectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLObjectElement.h')
-rw-r--r--WebCore/html/HTMLObjectElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLObjectElement.h b/WebCore/html/HTMLObjectElement.h
index ec1132f..4a22ea3 100644
--- a/WebCore/html/HTMLObjectElement.h
+++ b/WebCore/html/HTMLObjectElement.h
@@ -55,7 +55,7 @@ private:
virtual int tagPriority() const { return 5; }
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual void attach();
virtual bool canLazyAttach() { return false; }