| Index: Source/core/svg/SVGImageLoader.cpp
|
| diff --git a/Source/core/svg/SVGImageLoader.cpp b/Source/core/svg/SVGImageLoader.cpp
|
| index 1f4d9cd5dba9a84ee615926b6b1915c3471b1ca5..a57ca3eed417a06b08a4aa9f47dda1c2bd328914 100644
|
| --- a/Source/core/svg/SVGImageLoader.cpp
|
| +++ b/Source/core/svg/SVGImageLoader.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGImageLoader.h"
|
|
|
| #include "core/dom/Event.h"
|
| @@ -57,5 +56,3 @@ String SVGImageLoader::sourceURI(const AtomicString& attribute) const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|