| Index: Source/core/svg/SVGStopElement.cpp
|
| diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp
|
| index 176d1639b9822ba5a029bafc0d18f17eab8fe57c..735fe45c619e99f7cba294dfba99f7e3b2df7dee 100644
|
| --- a/Source/core/svg/SVGStopElement.cpp
|
| +++ b/Source/core/svg/SVGStopElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGStopElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -125,5 +124,3 @@ Color SVGStopElement::stopColorIncludingOpacity() const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|