| Index: third_party/WebKit/Source/core/editing/EphemeralRange.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EphemeralRange.cpp b/third_party/WebKit/Source/core/editing/EphemeralRange.cpp
|
| index 555818549a81b24a2b20239629de0f2a0cea11a9..aa36e1d19cf7681eb9f54865a04a13f08648a24c 100644
|
| --- a/third_party/WebKit/Source/core/editing/EphemeralRange.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EphemeralRange.cpp
|
| @@ -27,6 +27,7 @@ EphemeralRangeTemplate<Strategy>::EphemeralRangeTemplate(const PositionTemplate<
|
| DCHECK_EQ(m_startPosition.document(), m_endPosition.document());
|
| DCHECK(m_startPosition.inShadowIncludingDocument());
|
| DCHECK(m_endPosition.inShadowIncludingDocument());
|
| + DCHECK_LE(m_startPosition, m_endPosition);
|
| }
|
|
|
| template <typename Strategy>
|
|
|