| Index: Source/core/rendering/svg/SVGInlineTextBox.h
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| index 2db18d16e48d9290b7b72771c620b1270f3f3b23..3c7595da56194de739c4270e50a82fdd649bafae 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.h
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| @@ -24,7 +24,7 @@
|
|
|
| #if ENABLE(SVG)
|
| #include "InlineTextBox.h"
|
| -#include "SVGTextLayoutEngine.h"
|
| +#include "core/rendering/svg/SVGTextLayoutEngine.h"
|
|
|
| namespace WebCore {
|
|
|
|
|