| Index: Source/core/svg/SVGAnimatedNumberList.idl
|
| diff --git a/Source/core/svg/SVGAnimatedNumberList.idl b/Source/core/svg/SVGAnimatedNumberList.idl
|
| index b912780381107b7541ad9a3a4f273faaabfce721..2f41c1807d99172d65872002810e5c6439adc47b 100644
|
| --- a/Source/core/svg/SVGAnimatedNumberList.idl
|
| +++ b/Source/core/svg/SVGAnimatedNumberList.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGAnimatedNumberList {
|
| +interface SVGAnimatedNumberList {
|
| readonly attribute SVGNumberList baseVal;
|
| readonly attribute SVGNumberList animVal;
|
| };
|
|
|