| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index eb974a3b24586aa43364f0eac1beb7b3c36860a1..93e02b6da075bc0fbd5787f15bac96e8aea1b591 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -56,7 +56,6 @@
|
| #include "RenderTextFragment.h"
|
| #include "RenderTheme.h"
|
| #include "RenderView.h"
|
| -#include "SVGTextRunRenderingContext.h"
|
| #include "Settings.h"
|
| #include "ShadowRoot.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| @@ -65,6 +64,7 @@
|
| #include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/transforms/TransformState.h"
|
| +#include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| #include <wtf/StdLibExtras.h>
|
| #if ENABLE(CSS_EXCLUSIONS)
|
| #include "ExclusionShapeInsideInfo.h"
|
|
|