| Index: Source/core/svg/SVGFETileElement.h
|
| diff --git a/Source/core/svg/SVGFETileElement.h b/Source/core/svg/SVGFETileElement.h
|
| index 648110ac2b8ff3228800a640155d722984bc4bb2..e616a21a891c8b611104c4a3a3fc5b0172a5b81b 100644
|
| --- a/Source/core/svg/SVGFETileElement.h
|
| +++ b/Source/core/svg/SVGFETileElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGFETileElement_h
|
| #define SVGFETileElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/filters/FETile.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
|
|
| @@ -46,5 +45,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|