| Index: Source/core/svg/SVGPreserveAspectRatio.cpp
|
| diff --git a/Source/core/svg/SVGPreserveAspectRatio.cpp b/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| index 3fd79876b49174d9e08ac252cf15d0829ee3fc5a..d848ab20bc86c953a3e9e69c766ee52c97de7ec2 100644
|
| --- a/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| +++ b/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGPreserveAspectRatio.h"
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -353,5 +352,3 @@ String SVGPreserveAspectRatio::valueAsString() const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|