| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index 8323c6d2d347af83bbec3ecdc384788dd046ba7d..f1e6533a3e3d0ce542f78c65cd05a08c0ed57a2c 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGMPathElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -169,5 +168,3 @@ void SVGMPathElement::notifyParentOfPathChange(ContainerNode* parent)
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|