| Index: Source/core/rendering/InlineTextBox.h
|
| diff --git a/Source/core/rendering/InlineTextBox.h b/Source/core/rendering/InlineTextBox.h
|
| index cdfa3b00cf2883827323a6c159ce8091e948cc80..2647d65dcccc59446c79b1baf09fe640d7dcaa67 100644
|
| --- a/Source/core/rendering/InlineTextBox.h
|
| +++ b/Source/core/rendering/InlineTextBox.h
|
| @@ -26,7 +26,7 @@
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/rendering/InlineBox.h"
|
| #include "core/rendering/RenderText.h" // so textRenderer() can be inline
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|