Index: Source/core/svg/SVGAnimatedNumber.idl |
diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl |
index ca880825bd74224e5d3ed6ac4085da24c3811ea3..f941bdf3d9649695c190e7fb2ce4e7bd4f258ed2 100644 |
--- a/Source/core/svg/SVGAnimatedNumber.idl |
+++ b/Source/core/svg/SVGAnimatedNumber.idl |
@@ -26,7 +26,7 @@ |
[ |
SetWrapperReferenceTo(SVGElement contextElement), |
- TypeChecking=Interface|Nullable, |
+ TypeChecking=Interface, |
] interface SVGAnimatedNumber { |
[RaisesException=Setter] attribute float baseVal; |
readonly attribute float animVal; |