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