| Index: Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| index 610fb148d73c46fe61aab50093e450cf30a2f9c3..477c719323278dd9f7f5a8a861601efd1b406cd7 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| @@ -22,7 +22,6 @@
|
| #ifndef SVGAnimatedPropertyDescription_h
|
| #define SVGAnimatedPropertyDescription_h
|
|
|
| -#if ENABLE(SVG)
|
| #include <wtf/HashMap.h>
|
| #include <wtf/text/AtomicString.h>
|
|
|
| @@ -84,5 +83,4 @@ struct SVGAnimatedPropertyDescriptionHashTraits : WTF::SimpleClassHashTraits<SVG
|
|
|
| }
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGAnimatedPropertyDescription_h
|
|
|