| Index: Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp
|
| index 617c9d3594a0b7f47ab23a010b34eb8ebffea74f..9f3c3442993171abf7dff53179fc3f2dd3526137 100644
|
| --- a/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/Source/core/svg/SVGViewSpec.cpp
|
| @@ -156,14 +156,14 @@ SVGTransformListPropertyTearOff* SVGViewSpec::transform()
|
| return static_cast<SVGTransformListPropertyTearOff*>(static_pointer_cast<SVGAnimatedTransformList>(lookupOrCreateTransformWrapper(this))->animVal());
|
| }
|
|
|
| -PassRefPtr<SVGAnimatedRect> SVGViewSpec::viewBoxAnimated()
|
| +PassRefPtr<SVGAnimatedRect> SVGViewSpec::viewBox()
|
| {
|
| if (!m_contextElement)
|
| return 0;
|
| return static_pointer_cast<SVGAnimatedRect>(lookupOrCreateViewBoxWrapper(this));
|
| }
|
|
|
| -PassRefPtr<SVGAnimatedPreserveAspectRatio> SVGViewSpec::preserveAspectRatioAnimated()
|
| +PassRefPtr<SVGAnimatedPreserveAspectRatio> SVGViewSpec::preserveAspectRatio()
|
| {
|
| if (!m_contextElement)
|
| return 0;
|
|
|