| Index: Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| diff --git a/Source/core/layout/svg/SVGTextChunkBuilder.cpp b/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| index eda52e0615d5511d45335cca2ccba1914f87ae54..041b3cea452fdcf34d9b2fd4f63f1f2820e4c71a 100644
|
| --- a/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| +++ b/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| @@ -18,12 +18,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/layout/svg/SVGTextChunkBuilder.h"
|
|
|
| #include "core/layout/svg/LayoutSVGInlineText.h"
|
| #include "core/layout/svg/line/SVGInlineTextBox.h"
|
| #include "core/svg/SVGLengthContext.h"
|
| +#include "core/svg/SVGTextContentElement.h"
|
|
|
| namespace blink {
|
|
|
|
|