| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index f88e619dd1f6fb7936e90e5653e11969c8abf30f..015fc15d798ead6c64f61f42a4ce8b3e6335bf53 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -324,7 +324,7 @@ void Execution::EnqueueMicrotask(Isolate* isolate, Handle<Object> microtask) {
|
| Handle<Object> args[] = { microtask };
|
| Execution::Call(
|
| isolate,
|
| - isolate->enqueue_external_microtask(),
|
| + isolate->enqueue_microtask(),
|
| isolate->factory()->undefined_value(),
|
| 1,
|
| args).Assert();
|
|
|