Title: [198407] branches/safari-601.1.46-branch/Source/WebCore/svg/SVGPathElement.cpp
Revision
198407
Author
[email protected]
Date
2016-03-18 08:35:22 -0700 (Fri, 18 Mar 2016)

Log Message

Build fix.

Modified Paths


Diff

Modified: branches/safari-601.1.46-branch/Source/WebCore/svg/SVGPathElement.cpp (198406 => 198407)


--- branches/safari-601.1.46-branch/Source/WebCore/svg/SVGPathElement.cpp	2016-03-18 15:34:39 UTC (rev 198406)
+++ branches/safari-601.1.46-branch/Source/WebCore/svg/SVGPathElement.cpp	2016-03-18 15:35:22 UTC (rev 198407)
@@ -298,7 +298,7 @@
     auto property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(this, dPropertyInfo());
     if (!property || !property->isAnimating())
         return m_pathByteStream.get();
-    static_cast<SVGAnimatedPathSegListPropertyTearOff*>(property.get())->animatedPathByteStream();
+    return static_cast<SVGAnimatedPathSegListPropertyTearOff*>(property.get())->animatedPathByteStream();
 }
 
 Ref<SVGAnimatedProperty> SVGPathElement::lookupOrCreateDWrapper(SVGElement* contextElement)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to