| Index: Source/core/rendering/svg/SVGResourcesCycleSolver.h
|
| diff --git a/Source/core/rendering/svg/SVGResourcesCycleSolver.h b/Source/core/rendering/svg/SVGResourcesCycleSolver.h
|
| index 51e13cc31cedc2cc773ccfce0b5253fd05bb853a..07d50ae72b285d13be79e6c307e02160ea0dfc35 100644
|
| --- a/Source/core/rendering/svg/SVGResourcesCycleSolver.h
|
| +++ b/Source/core/rendering/svg/SVGResourcesCycleSolver.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGResourcesCycleSolver_h
|
| #define SVGResourcesCycleSolver_h
|
|
|
| -#if ENABLE(SVG)
|
| #include <wtf/HashSet.h>
|
| #include <wtf/Noncopyable.h>
|
|
|
| @@ -50,4 +49,3 @@ private:
|
| }
|
|
|
| #endif
|
| -#endif
|
|
|