| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 9f68ad8bbd10d25687387a2c3dc5e01fb5c27312..bf8cdbe3ae516c57b217710e8cc3ede16508959d 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -1074,7 +1074,7 @@ void CodeFlusher::EvictCandidate(SharedFunctionInfo* shared_info) {
|
|
|
|
|
| void CodeFlusher::EvictCandidate(JSFunction* function) {
|
| - DCHECK(!function->next_function_link()->IsUndefined());
|
| + DCHECK(!function->next_function_link()->IsUndefined(isolate_));
|
| Object* undefined = isolate_->heap()->undefined_value();
|
|
|
| // Make sure previous flushing decisions are revisited.
|
|
|