Chromium Code Reviews| Index: Source/core/svg/SVGAnimatedNumber.idl |
| diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl |
| index c02d45068064b7c064d9ce2515657885528c32b1..2fa7eba055e3df6caf080546d797f1bf07f88dbe 100644 |
| --- a/Source/core/svg/SVGAnimatedNumber.idl |
| +++ b/Source/core/svg/SVGAnimatedNumber.idl |
| @@ -25,7 +25,7 @@ |
| */ |
| [ |
| - Conditional=SVG, |
| + Conditional=SVG |
| ] interface SVGAnimatedNumber { |
| [StrictTypeChecking, SetterRaisesException] attribute float baseVal; |
| readonly attribute float animVal; |