Index: Source/core/svg/SVGAnimatedNumber.idl |
diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl |
index b35961c171ea3dae81ae90747032148656b88132..7f6842fdad09609763ab1bd18655735170319c08 100644 |
--- a/Source/core/svg/SVGAnimatedNumber.idl |
+++ b/Source/core/svg/SVGAnimatedNumber.idl |
@@ -28,7 +28,7 @@ |
MeasureAs=SVG1DOM, |
RuntimeEnabled=SVG1DOM, |
SetWrapperReferenceTo(SVGElement contextElement), |
- TypeChecking=(Interface, Unrestricted), |
+ TypeChecking=Interface, |
WillBeGarbageCollected, |
] interface SVGAnimatedNumber { |
[RaisesException=Setter] attribute float baseVal; |