Index: Source/core/svg/SVGViewSpec.idl |
diff --git a/Source/core/svg/SVGViewSpec.idl b/Source/core/svg/SVGViewSpec.idl |
index 80b1d809c44aa00a614e474149dee50eb8e6a351..95f9d8768b5e076ce98366a76b482e462f176dbe 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; |