Index: Source/core/editing/VisibleSelection.cpp |
diff --git a/Source/core/editing/VisibleSelection.cpp b/Source/core/editing/VisibleSelection.cpp |
index 2ef64380a1ca35dff680130a93f3d22e570d48cf..c45fcdb44722b3a242eecae3483c5ff32e0448d2 100644 |
--- a/Source/core/editing/VisibleSelection.cpp |
+++ b/Source/core/editing/VisibleSelection.cpp |
@@ -85,11 +85,6 @@ VisibleSelection::VisibleSelection(const EphemeralRange& range, TextAffinity aff |
{ |
} |
-VisibleSelection::VisibleSelection(const Range* range, TextAffinity affinity, bool isDirectional) |
- : VisibleSelection(range->startPosition(), range->endPosition(), affinity, isDirectional) |
-{ |
-} |
- |
VisibleSelection::VisibleSelection(const VisibleSelection& other) |
: m_base(other.m_base) |
, m_extent(other.m_extent) |