| Index: Source/core/svg/SVGFEOffsetElement.cpp
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.cpp b/Source/core/svg/SVGFEOffsetElement.cpp
|
| index 5284f172b4bad8860e1eb232c73140163f563f46..5141c192516fd7c7c96956b384627c2aa54b1f99 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.cpp
|
| +++ b/Source/core/svg/SVGFEOffsetElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEOffsetElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -122,5 +121,3 @@ PassRefPtr<FilterEffect> SVGFEOffsetElement::build(SVGFilterBuilder* filterBuild
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|