| Index: src/api-natives.cc
|
| diff --git a/src/api-natives.cc b/src/api-natives.cc
|
| index 1bd71b00f96ef3c4b41482c8fefeebf758f9a7bd..7fc85aa509a32a9fe70237031f148ba6a91b0d16 100644
|
| --- a/src/api-natives.cc
|
| +++ b/src/api-natives.cc
|
| @@ -287,7 +287,7 @@
|
| Handle<Object> result =
|
| UnseededNumberDictionary::DeleteProperty(cache, entry);
|
| USE(result);
|
| - DCHECK(result->IsTrue(isolate));
|
| + DCHECK(result->IsTrue());
|
| auto new_cache = UnseededNumberDictionary::Shrink(cache, entry);
|
| isolate->native_context()->set_template_instantiations_cache(*new_cache);
|
| }
|
|
|