| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index 790d50191ef27ff03f77fb9c8444341ffbd2996c..df045e5700a68e0e8d9589c830afe43f97c86593 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -24,7 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGUseElement.h"
|
|
|
| #include "HTMLNames.h"
|
| @@ -1009,5 +1008,3 @@ void SVGUseElement::setCachedDocument(CachedResourceHandle<CachedSVGDocument> ca
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|