| Index: Source/core/svg/SVGFEDropShadowElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| index 40f97c82ec4ef17689adf9169bd0e003bd147827..5192cb08fd1b12f573a2bc3885ac604fdd4876a3 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.cpp
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEDropShadowElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -175,5 +174,3 @@ PassRefPtr<FilterEffect> SVGFEDropShadowElement::build(SVGFilterBuilder* filterB
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|