| Index: Source/core/svg/SVGLocatable.cpp
|
| diff --git a/Source/core/svg/SVGLocatable.cpp b/Source/core/svg/SVGLocatable.cpp
|
| index 2e8ef2a392dbcbf558dcfdea6fc5eb67ab2265fd..e1f4d45f96a5e13e7caf8aca8b3e7da9fe8bb624 100644
|
| --- a/Source/core/svg/SVGLocatable.cpp
|
| +++ b/Source/core/svg/SVGLocatable.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGLocatable.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -116,5 +115,3 @@ AffineTransform SVGLocatable::getTransformToElement(SVGElement* target, Exceptio
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|