| Index: third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| index be7bef642cc143bb8456109f3d8ce856d9e5d12a..d4678ab1721eafb403e5d943bda7e825135029b6 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Regex.cpp
|
| @@ -69,7 +69,7 @@ int V8Regex::match(const String16& string, int startFrom, int* matchLength) cons
|
| //
|
| // https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/exec
|
|
|
| - ASSERT(!returnValue.IsEmpty());
|
| + DCHECK(!returnValue.IsEmpty());
|
| if (!returnValue->IsArray())
|
| return -1;
|
|
|
|
|