| Index: third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingStrategy.cpp b/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| index 742fbb42ded5c405170d72f08023e1be1d62c437..181778c3f3c9f4979dda616202fe8d51ddc8a6e6 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| @@ -45,7 +45,7 @@ bool EditingAlgorithm<Traversal>::editingIgnoresContent(const Node* node)
|
| template <typename Traversal>
|
| int EditingAlgorithm<Traversal>::lastOffsetForEditing(const Node* node)
|
| {
|
| - ASSERT(node);
|
| + DCHECK(node);
|
| if (!node)
|
| return 0;
|
| if (node->offsetInCharacters())
|
|
|