summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGMarkerElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGMarkerElement.cpp')
-rw-r--r--WebCore/svg/SVGMarkerElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGMarkerElement.cpp b/WebCore/svg/SVGMarkerElement.cpp
index ef2b3dd..8b6d41c 100644
--- a/WebCore/svg/SVGMarkerElement.cpp
+++ b/WebCore/svg/SVGMarkerElement.cpp
@@ -55,13 +55,13 @@ PassRefPtr<SVGMarkerElement> SVGMarkerElement::create(const QualifiedName& tagNa
const AtomicString& SVGMarkerElement::orientTypeIdentifier()
{
DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGOrientType"));
- return s_identifier;
+ return s_identifier;
}
const AtomicString& SVGMarkerElement::orientAngleIdentifier()
{
DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGOrientAngle"));
- return s_identifier;
+ return s_identifier;
}
AffineTransform SVGMarkerElement::viewBoxToViewTransform(float viewWidth, float viewHeight) const