| Index: Source/core/svg/GradientAttributes.h
|
| diff --git a/Source/core/svg/GradientAttributes.h b/Source/core/svg/GradientAttributes.h
|
| index cdf61d27c3e9fce5af0c9de3b2f0e1079f7bea55..c8baf2faaab4f187c0474069aff430a794ebf7bc 100644
|
| --- a/Source/core/svg/GradientAttributes.h
|
| +++ b/Source/core/svg/GradientAttributes.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef GradientAttributes_h
|
| #define GradientAttributes_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGGradientElement.h"
|
| #include "core/svg/SVGLength.h"
|
|
|
| @@ -96,5 +95,4 @@ COMPILE_ASSERT(sizeof(GradientAttributes) == sizeof(SameSizeAsGradientAttributes
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|