| Index: Source/core/svg/SVGTRefElement.cpp
|
| diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp
|
| index 27ba62a9d2fd06f7e5b19f9211d0fb70e639c578..839f91f5b184ad8d12dd7569126f5036d8591216 100644
|
| --- a/Source/core/svg/SVGTRefElement.cpp
|
| +++ b/Source/core/svg/SVGTRefElement.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTRefElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -297,5 +296,3 @@ void SVGTRefElement::removedFrom(ContainerNode* rootParent)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|