| Index: Source/core/svg/SVGClipPathElement.cpp
|
| diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp
|
| index 33f5313a9f07c4545935264e90a046d207d1cfad..ce9b476c8dea29e3f13e4937dc6411c631c1acec 100644
|
| --- a/Source/core/svg/SVGClipPathElement.cpp
|
| +++ b/Source/core/svg/SVGClipPathElement.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGClipPathElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -125,5 +124,3 @@ RenderObject* SVGClipPathElement::createRenderer(RenderArena* arena, RenderStyle
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|