| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index a2cb0583ed4a055d7c00e2e139f0348ece4de470..48dc371aaf1e0ef76a88052ffd5f278474c39e29 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGCursorElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -143,5 +142,3 @@ void SVGCursorElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) cons
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|