Chromium Code Reviews| Index: Source/core/svg/SVGAnimatedInteger.idl |
| diff --git a/Source/core/svg/SVGAnimatedInteger.idl b/Source/core/svg/SVGAnimatedInteger.idl |
| index 02ae5cb29a1a770462d1561e3f31a59be295c013..5d6b15efcdd34edd1e0579ffa5518e8c2892e8c2 100644 |
| --- a/Source/core/svg/SVGAnimatedInteger.idl |
| +++ b/Source/core/svg/SVGAnimatedInteger.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - Conditional=SVG, |
| + Conditional=SVG |
| ] interface SVGAnimatedInteger { |
| [StrictTypeChecking, SetterRaisesException] attribute long baseVal; |
| readonly attribute long animVal; |