summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFontFaceElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFontFaceElement.h')
-rw-r--r--WebCore/svg/SVGFontFaceElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFontFaceElement.h b/WebCore/svg/SVGFontFaceElement.h
index 3c28a89..035a6ed 100644
--- a/WebCore/svg/SVGFontFaceElement.h
+++ b/WebCore/svg/SVGFontFaceElement.h
@@ -36,7 +36,7 @@ namespace WebCore {
SVGFontFaceElement(const QualifiedName&, Document*);
virtual ~SVGFontFaceElement();
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
virtual void insertedIntoDocument();