| Index: Source/core/svg/SVGFEFloodElement.cpp
|
| diff --git a/Source/core/svg/SVGFEFloodElement.cpp b/Source/core/svg/SVGFEFloodElement.cpp
|
| index 682b9208eabada40523d33f24cd40d5ce72673e7..a55fb02b2a7838288b00bb7aa3678b999894be13 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.cpp
|
| +++ b/Source/core/svg/SVGFEFloodElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEFloodElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -76,5 +75,3 @@ PassRefPtr<FilterEffect> SVGFEFloodElement::build(SVGFilterBuilder*, Filter* fil
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|