Index: Source/core/svg/SVGSVGElement.idl |
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl |
index c8c8dcbb02c260f29ffd1086ca39b3c702427358..33192ef10dd81ccc4b95bf56253ff769e2608b17 100644 |
--- a/Source/core/svg/SVGSVGElement.idl |
+++ b/Source/core/svg/SVGSVGElement.idl |
@@ -37,7 +37,7 @@ interface SVGSVGElement : SVGGraphicsElement { |
readonly attribute boolean useCurrentView; |
readonly attribute SVGViewSpec currentView; |
attribute float currentScale; |
- readonly attribute SVGPoint currentTranslate; |
+ [ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate; |
unsigned long suspendRedraw([Default=Undefined] optional unsigned long maxWaitMilliseconds); |
void unsuspendRedraw([Default=Undefined] optional unsigned long suspendHandleId); |