| 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 945f0e336a3655991d1f0709a3c97df83076b3b8..ad357fb8c0dab2b2d6cd56444600133e83fae8d7 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(); }
|
|
|