| Index: Source/core/svg/SVGForeignObjectElement.cpp
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.cpp b/Source/core/svg/SVGForeignObjectElement.cpp
|
| index 43c7100045ac193e5ef8cb9583a8ca9f554fb01a..dc91082266607bbff6fdf84d2795fdeab07e1ed2 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.cpp
|
| +++ b/Source/core/svg/SVGForeignObjectElement.cpp
|
| @@ -26,11 +26,11 @@
|
| #include "Attribute.h"
|
| #include "CSSPropertyNames.h"
|
| #include "NodeRenderingContext.h"
|
| -#include "RenderSVGForeignObject.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGLength.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGForeignObject.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| #include <wtf/Assertions.h>
|
|
|
| namespace WebCore {
|
|
|