| Index: Source/core/svg/SVGViewSpec.idl
|
| diff --git a/Source/core/svg/SVGViewSpec.idl b/Source/core/svg/SVGViewSpec.idl
|
| index f5bb3a4f65071559bc5f137fa1d649cfe6f9975f..b62edcd25a2897ab23aef7e6502f4492567236eb 100644
|
| --- a/Source/core/svg/SVGViewSpec.idl
|
| +++ b/Source/core/svg/SVGViewSpec.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| interface SVGViewSpec {
|
| - readonly attribute SVGTransformList transform;
|
| + [ImplementedAs=transformFromJavascript] readonly attribute SVGTransformList transform;
|
| readonly attribute SVGElement viewTarget;
|
| readonly attribute DOMString viewBoxString;
|
| readonly attribute DOMString preserveAspectRatioString;
|
|
|