Chromium Code Reviews| Index: Source/core/svg/SVGAnimationElement.idl |
| diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl |
| index 05077644d16613d61ccd11822d8f3c89a42ec2ae..8e2c15d22a11229a5e5444ffe5c1030fd98e3d96 100644 |
| --- a/Source/core/svg/SVGAnimationElement.idl |
| +++ b/Source/core/svg/SVGAnimationElement.idl |
| @@ -25,11 +25,10 @@ |
| [ |
| NoInterfaceObject, |
|
pdr.
2013/05/29 21:17:44
extra comma
adamk
2013/05/29 21:30:22
Done.
|
| - Conditional=SVG |
| ] interface SVGAnimationElement : SVGElement, |
| - SVGTests, |
| - SVGExternalResourcesRequired, |
| - ElementTimeControl { |
| + SVGTests, |
| + SVGExternalResourcesRequired, |
| + ElementTimeControl { |
| readonly attribute SVGElement targetElement; |
| float getStartTime(); |