diff options
Diffstat (limited to 'WebCore/svg/SVGURIReference.h')
-rw-r--r-- | WebCore/svg/SVGURIReference.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGURIReference.h b/WebCore/svg/SVGURIReference.h index ea09f2e..e8f317d 100644 --- a/WebCore/svg/SVGURIReference.h +++ b/WebCore/svg/SVGURIReference.h @@ -27,14 +27,14 @@ namespace WebCore { - class MappedAttribute; + class Attribute; class SVGURIReference { public: SVGURIReference(); virtual ~SVGURIReference(); - bool parseMappedAttribute(MappedAttribute*); + bool parseMappedAttribute(Attribute*); bool isKnownAttribute(const QualifiedName&); static String getTarget(const String& url); |