| Index: src/liveedit.cc
|
| diff --git a/src/liveedit.cc b/src/liveedit.cc
|
| index 382f209b623f37a9efc6bbc34ee00f36b47cb5dd..58c846a888d196ae6c7346470a3981194622d2f7 100644
|
| --- a/src/liveedit.cc
|
| +++ b/src/liveedit.cc
|
| @@ -1260,7 +1260,7 @@ static void DeoptimizeDependentFunctions(SharedFunctionInfo* function_info) {
|
| AssertNoAllocation no_allocation;
|
|
|
| DependentFunctionFilter filter(function_info);
|
| - Deoptimizer::DeoptimizeAllFunctionsWith(&filter);
|
| + Deoptimizer::DeoptimizeAllFunctionsWith(function_info->GetIsolate(), &filter);
|
| }
|
|
|
|
|
|
|