summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGViewSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGViewSpec.h')
-rw-r--r--Source/WebCore/svg/SVGViewSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGViewSpec.h b/Source/WebCore/svg/SVGViewSpec.h
index f8634afd6..3887db7f5 100644
--- a/Source/WebCore/svg/SVGViewSpec.h
+++ b/Source/WebCore/svg/SVGViewSpec.h
@@ -69,7 +69,7 @@ public:
void resetContextElement() { m_contextElement = 0; }
// Custom non-animated 'transform' property.
- SVGTransformListPropertyTearOff* transform();
+ RefPtr<SVGTransformListPropertyTearOff> transform();
SVGTransformList transformBaseValue() const { return m_transform; }
// Custom animated 'viewBox' property.