| Index: Source/core/svg/SVGMetadataElement.cpp
|
| diff --git a/Source/core/svg/SVGMetadataElement.cpp b/Source/core/svg/SVGMetadataElement.cpp
|
| index bd59652f68b64de0236055a5c8981fadcce8b28b..a8432b15c53bb94125c17781cd287dec2f375b33 100644
|
| --- a/Source/core/svg/SVGMetadataElement.cpp
|
| +++ b/Source/core/svg/SVGMetadataElement.cpp
|
| @@ -19,7 +19,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(SVG)
|
| #include "SVGNames.h"
|
| #include "core/svg/SVGMetadataElement.h"
|
|
|
| @@ -38,5 +37,3 @@ PassRefPtr<SVGMetadataElement> SVGMetadataElement::create(const QualifiedName& t
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|