| Index: Source/core/svg/SVGLengthContext.cpp
|
| diff --git a/Source/core/svg/SVGLengthContext.cpp b/Source/core/svg/SVGLengthContext.cpp
|
| index a8b9e45e5dbf12be04a3394e38573166bda85977..0fef9441ad6b7eb7a374b9ecf8b5bccf7519cea2 100644
|
| --- a/Source/core/svg/SVGLengthContext.cpp
|
| +++ b/Source/core/svg/SVGLengthContext.cpp
|
| @@ -29,12 +29,12 @@
|
| #include "ExceptionCode.h"
|
| #include "Frame.h"
|
| #include "RenderPart.h"
|
| -#include "RenderSVGRoot.h"
|
| -#include "RenderSVGViewportContainer.h"
|
| #include "RenderView.h"
|
| #include "SVGNames.h"
|
| #include "SVGSVGElement.h"
|
| #include "core/platform/graphics/FontMetrics.h"
|
| +#include "core/rendering/svg/RenderSVGRoot.h"
|
| +#include "core/rendering/svg/RenderSVGViewportContainer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|