| Index: Source/core/svg/SVGForeignObjectElement.cpp
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp
|
| index dc91082266607bbff6fdf84d2795fdeab07e1ed2..f2e29ca3a9bdc918d836ff4fb27a405b59a2e55a 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.cpp
|
| +++ b/Source/core/svg/SVGForeignObjectElement.cpp
|
| @@ -23,12 +23,12 @@
|
| #if ENABLE(SVG)
|
| #include "SVGForeignObjectElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "CSSPropertyNames.h"
|
| -#include "NodeRenderingContext.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGLength.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/NodeRenderingContext.h"
|
| #include "core/rendering/svg/RenderSVGForeignObject.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include <wtf/Assertions.h>
|
|
|