Chromium Code Reviews| Index: core/svg/SVGAnimatedNumber.idl |
| =================================================================== |
| --- core/svg/SVGAnimatedNumber.idl (revision 23517) |
| +++ core/svg/SVGAnimatedNumber.idl (working copy) |
| @@ -24,9 +24,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -[ |
| - Conditional=SVG |
| -] interface SVGAnimatedNumber { |
| +interface SVGAnimatedNumber { |
| [StrictTypeChecking, SetterRaisesException] attribute float baseVal; |
| readonly attribute float animVal; |
| }; |