| Index: Source/core/svg/SVGPreserveAspectRatio.h
|
| diff --git a/Source/core/svg/SVGPreserveAspectRatio.h b/Source/core/svg/SVGPreserveAspectRatio.h
|
| index 59dd6d57904c01f397118ba1d73385502adaf5e1..0f6cfa156eaa66e1a63e32ae4fe2298528604ac1 100644
|
| --- a/Source/core/svg/SVGPreserveAspectRatio.h
|
| +++ b/Source/core/svg/SVGPreserveAspectRatio.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGPreserveAspectRatio_h
|
| #define SVGPreserveAspectRatio_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/properties/SVGPropertyTraits.h"
|
|
|
| namespace WebCore {
|
| @@ -86,5 +85,4 @@ struct SVGPropertyTraits<SVGPreserveAspectRatio> {
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGPreserveAspectRatio_h
|
|
|