diff options
Diffstat (limited to 'WebCore/svg/SVGURIReference.h')
-rw-r--r-- | WebCore/svg/SVGURIReference.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/WebCore/svg/SVGURIReference.h b/WebCore/svg/SVGURIReference.h index 096f5a5..3804791 100644 --- a/WebCore/svg/SVGURIReference.h +++ b/WebCore/svg/SVGURIReference.h @@ -27,20 +27,20 @@ namespace WebCore { - class Attribute; +class Attribute; - class SVGURIReference { - public: - virtual ~SVGURIReference() { } +class SVGURIReference { +public: + virtual ~SVGURIReference() { } - bool parseMappedAttribute(Attribute*); - bool isKnownAttribute(const QualifiedName&); + bool parseMappedAttribute(Attribute*); + bool isKnownAttribute(const QualifiedName&); - static String getTarget(const String& url); + static String getTarget(const String& url); - protected: - virtual void setHrefBaseValue(DeprecatedSVGAnimatedPropertyTraits<String>::PassType) = 0; - }; +protected: + virtual void setHrefBaseValue(const String&) = 0; +}; } // namespace WebCore |