| Index: Source/core/svg/SVGURIReference.cpp
|
| diff --git a/Source/core/svg/SVGURIReference.cpp b/Source/core/svg/SVGURIReference.cpp
|
| index 45721bc429856b9cdc2cfa8a75264c4a848574b0..a7d2a04f61ef7b2d6785f199e606e7a827b365a9 100644
|
| --- a/Source/core/svg/SVGURIReference.cpp
|
| +++ b/Source/core/svg/SVGURIReference.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGURIReference.h"
|
|
|
| #include "core/dom/Attribute.h"
|
| @@ -109,5 +108,3 @@ void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAt
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|