| Index: Source/core/svg/SVGFEBlendElement.cpp
|
| diff --git a/Source/core/svg/SVGFEBlendElement.cpp b/Source/core/svg/SVGFEBlendElement.cpp
|
| index f9f63abde1ac5c435f0a2b35364a6cc1ef13ff64..5f324b0ff9cec9e721ab51ba45fa29f13f54e8cc 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.cpp
|
| +++ b/Source/core/svg/SVGFEBlendElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEBlendElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -144,5 +143,3 @@ PassRefPtr<FilterEffect> SVGFEBlendElement::build(SVGFilterBuilder* filterBuilde
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|