Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index f0eacad48ac6bae6f981d6f61423465d69f03ac4..49742681d38b860548ca4f5e1844327dc3c8c970 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -714,7 +714,7 @@ void JSRegExp::JSRegExpVerify() { |
break; |
} |
case JSRegExp::IRREGEXP: { |
- bool is_native = RegExpImpl::UseNativeRegexp(); |
+ bool is_native = RegExpImpl::UsesNativeRegExp(); |
FixedArray* arr = FixedArray::cast(data()); |
Object* ascii_data = arr->get(JSRegExp::kIrregexpASCIICodeIndex); |