| Index: Source/core/editing/EditingUtilities.h
|
| diff --git a/Source/core/editing/EditingUtilities.h b/Source/core/editing/EditingUtilities.h
|
| index 8a597ea318081c3d9204ef6fd28b8daede631a8b..86c827d3804f31f15438aa5ea26d7c7fdc06fff8 100644
|
| --- a/Source/core/editing/EditingUtilities.h
|
| +++ b/Source/core/editing/EditingUtilities.h
|
| @@ -30,6 +30,7 @@
|
| #include "core/editing/EditingBoundary.h"
|
| #include "core/editing/Position.h"
|
| #include "core/editing/PositionWithAffinity.h"
|
| +#include "core/editing/VisiblePosition.h"
|
| #include "platform/text/TextDirection.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/CharacterNames.h"
|
| @@ -51,7 +52,6 @@ class HTMLSpanElement;
|
| class HTMLUListElement;
|
| class Node;
|
| class Range;
|
| -class VisiblePosition;
|
| class VisibleSelection;
|
|
|
| // This file contains a set of helper functions used by the editing commands
|
|
|