summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLBaseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLBaseElement.h')
-rw-r--r--Source/WebCore/html/HTMLBaseElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLBaseElement.h b/Source/WebCore/html/HTMLBaseElement.h
index fd3cef616..5f526a606 100644
--- a/Source/WebCore/html/HTMLBaseElement.h
+++ b/Source/WebCore/html/HTMLBaseElement.h
@@ -36,7 +36,7 @@ private:
virtual String target() const;
virtual bool isURLAttribute(Attribute*) const;
- virtual void parseMappedAttribute(Attribute*);
+ virtual void parseAttribute(Attribute*) OVERRIDE;
virtual void insertedIntoDocument();
virtual void removedFromDocument();
};