| Index: Source/core/svg/SVGNumberList.h
|
| diff --git a/Source/core/svg/SVGNumberList.h b/Source/core/svg/SVGNumberList.h
|
| index 10d1d1a63724f4cae64d82e9c4b6feb5df8ccc06..1efea9e7d178fc1b7d9d1a4a944eb66ee53cfd37 100644
|
| --- a/Source/core/svg/SVGNumberList.h
|
| +++ b/Source/core/svg/SVGNumberList.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGNumberList_h
|
| #define SVGNumberList_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/properties/SVGPropertyTraits.h"
|
| #include <wtf/Vector.h>
|
|
|
| @@ -45,5 +44,4 @@ struct SVGPropertyTraits<SVGNumberList> {
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|