| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index 9003c37fd56f9b237881f02c95997e056ee8a175..4e02c5a48787487b574b13407d28496dc78ced0b 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -22,10 +22,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGMPathElement.h"
|
|
|
| -#include "Document.h"
|
| #include "SVGAnimateMotionElement.h"
|
| #include "SVGNames.h"
|
| #include "SVGPathElement.h"
|
| +#include "core/dom/Document.h"
|
|
|
| namespace WebCore {
|
|
|
|
|