| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 585523c97cf18e366be4bfb7c4bf669fbc231109..6ea4fa68d23d0621ce175e75607c9f6821626bc5 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEDiffuseLightingElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -229,5 +228,3 @@ PassRefPtr<FilterEffect> SVGFEDiffuseLightingElement::build(SVGFilterBuilder* fi
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|