Index: Source/core/editing/DOMSelection.h |
diff --git a/Source/core/editing/DOMSelection.h b/Source/core/editing/DOMSelection.h |
index ff9a811e7b668812e3aa4155ba7166104caf027c..fa5c228168c08aa7793f70625da1b717a745d1c5 100644 |
--- a/Source/core/editing/DOMSelection.h |
+++ b/Source/core/editing/DOMSelection.h |
@@ -33,6 +33,7 @@ |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/editing/Position.h" |
+#include "core/editing/VisibleSelection.h" |
#include "core/frame/DOMWindowProperty.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Forward.h" |
@@ -45,7 +46,6 @@ class ExceptionState; |
class Node; |
class Range; |
class TreeScope; |
-class VisibleSelection; |
class DOMSelection final : public RefCountedWillBeGarbageCollected<DOMSelection>, public ScriptWrappable, public DOMWindowProperty { |
DEFINE_WRAPPERTYPEINFO(); |