diff options
Diffstat (limited to 'WebCore/svg/animation/SVGSMILElement.h')
-rw-r--r-- | WebCore/svg/animation/SVGSMILElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/animation/SVGSMILElement.h b/WebCore/svg/animation/SVGSMILElement.h index 8fcc2fc..c2e6125 100644 --- a/WebCore/svg/animation/SVGSMILElement.h +++ b/WebCore/svg/animation/SVGSMILElement.h @@ -45,7 +45,7 @@ namespace WebCore { static bool isSMILElement(Node* node); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void attributeChanged(Attribute*, bool preserveDecls); virtual void insertedIntoDocument(); virtual void removedFromDocument(); |