| Index: Source/core/editing/VisiblePosition.h
|
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
|
| index d76593c58c2bd852c2880c6f8f501d70bc313bbf..7e7f549817a58a78454ea6fb0494bf7b8c4f755b 100644
|
| --- a/Source/core/editing/VisiblePosition.h
|
| +++ b/Source/core/editing/VisiblePosition.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef VisiblePosition_h
|
| #define VisiblePosition_h
|
|
|
| -#include "core/dom/Position.h"
|
| #include "core/editing/EditingBoundary.h"
|
| +#include "core/editing/PositionWithAffinity.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/text/TextDirection.h"
|
|
|
|
|