| Index: Source/core/layout/line/InlineTextBox.h | 
| diff --git a/Source/core/layout/line/InlineTextBox.h b/Source/core/layout/line/InlineTextBox.h | 
| index 5ddce3b641f0901ceaac7ddbff127ad5a79f32fa..eab63ebfbec6ba9df7a780585e6f650a2b2c38a4 100644 | 
| --- a/Source/core/layout/line/InlineTextBox.h | 
| +++ b/Source/core/layout/line/InlineTextBox.h | 
| @@ -24,6 +24,7 @@ | 
| #define InlineTextBox_h | 
|  | 
| #include "core/layout/LayoutText.h" // so textLayoutObject() can be inline | 
| +#include "core/layout/api/SelectionState.h" | 
| #include "core/layout/line/InlineBox.h" | 
| #include "platform/text/TextRun.h" | 
| #include "wtf/Forward.h" | 
| @@ -122,7 +123,7 @@ private: | 
| void attachLine() final; | 
|  | 
| public: | 
| -    LayoutObject::SelectionState selectionState() const final; | 
| +    SelectionState selectionState() const final; | 
|  | 
| private: | 
| void clearTruncation() final { m_truncation = cNoTruncation; } | 
|  |