Index: third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.cpp |
index e11e8a8799415ebd246906c3a8752c710d76997b..b47051878c7f74b46b6cb8f7d3238c0f86faa695 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.cpp |
@@ -106,7 +106,7 @@ int ScriptRegexp::Match(const String& string, |
// |
// https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/exec |
- ASSERT(!return_value.IsEmpty()); |
+ DCHECK(!return_value.IsEmpty()); |
if (!return_value->IsArray()) |
return -1; |