| Index: Source/core/svg/SVGLengthContext.cpp
|
| diff --git a/Source/core/svg/SVGLengthContext.cpp b/Source/core/svg/SVGLengthContext.cpp
|
| index 445bf841cdda760af9b9616da7e4936026013f0f..0b75f922ea2a8ae58592f97796c27ecb32bc074f 100644
|
| --- a/Source/core/svg/SVGLengthContext.cpp
|
| +++ b/Source/core/svg/SVGLengthContext.cpp
|
| @@ -27,12 +27,12 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/css/CSSHelper.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "core/platform/graphics/FontMetrics.h"
|
| #include "core/rendering/RenderPart.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "core/rendering/svg/RenderSVGRoot.h"
|
| #include "core/rendering/svg/RenderSVGViewportContainer.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| +#include "platform/fonts/FontMetrics.h"
|
|
|
| namespace WebCore {
|
|
|
|
|