| Index: Source/core/svg/SVGAnimatedNumber.idl
|
| diff --git a/Source/core/svg/SVGAnimatedNumber.idl b/Source/core/svg/SVGAnimatedNumber.idl
|
| index 2fa7eba055e3df6caf080546d797f1bf07f88dbe..73574d1df63e66c5cab574209163df5abe4cc74e 100644
|
| --- a/Source/core/svg/SVGAnimatedNumber.idl
|
| +++ b/Source/core/svg/SVGAnimatedNumber.idl
|
| @@ -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;
|
| };
|
|
|