| Index: Source/core/editing/htmlediting.h
|
| diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
|
| index 4cf2c2d931c86cc20e963a7c6f64d4f91cdf01a5..998d86deda159344d232180ed250522b9d69e819 100644
|
| --- a/Source/core/editing/htmlediting.h
|
| +++ b/Source/core/editing/htmlediting.h
|
| @@ -29,6 +29,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Position.h"
|
| #include "core/editing/EditingBoundary.h"
|
| +#include "core/editing/PositionWithAffinity.h"
|
| #include "platform/text/TextDirection.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/unicode/CharacterNames.h"
|
| @@ -43,7 +44,6 @@ class HTMLLIElement;
|
| class HTMLSpanElement;
|
| class HTMLUListElement;
|
| class Node;
|
| -class PositionWithAffinity;
|
| class Range;
|
| class VisiblePosition;
|
| class VisibleSelection;
|
|
|