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