| Index: third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EphemeralRange.h b/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| index abf3d0de20a4feda54d2a6bcfad187eb9ee0008e..aef5e884302732d6eabbc3c118973534f5737416 100644
|
| --- a/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| +++ b/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| @@ -60,7 +60,7 @@ public:
|
| bool isCollapsed() const;
|
| bool isNull() const
|
| {
|
| - ASSERT(isValid());
|
| + DCHECK(isValid());
|
| return m_startPosition.isNull();
|
| }
|
| bool isNotNull() const { return !isNull(); }
|
|
|