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