| Index: Source/core/rendering/RootInlineBox.h
|
| diff --git a/Source/core/rendering/RootInlineBox.h b/Source/core/rendering/RootInlineBox.h
|
| index f6ddc5fdda9ab86f753c93839386bea3399c5b33..53397c4bc8b35050aa415dcb21ef978bde9a4f43 100644
|
| --- a/Source/core/rendering/RootInlineBox.h
|
| +++ b/Source/core/rendering/RootInlineBox.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef RootInlineBox_h
|
| #define RootInlineBox_h
|
|
|
| -#include "core/platform/text/BidiContext.h"
|
| #include "core/rendering/InlineFlowBox.h"
|
| +#include "platform/text/BidiContext.h"
|
|
|
| namespace WebCore {
|
|
|
|
|