| Index: Source/core/svg/SVGFEImageElement.cpp
|
| diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp
|
| index 12bc430c1932e4c4d1cf7cfa5339bfaf8f05bffd..e0167401a7730037cea7815c6ac2013c2213144c 100644
|
| --- a/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEImageElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -218,5 +217,3 @@ void SVGFEImageElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) con
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|