chore: fix some typos (#40506)
This commit is contained in:
parent
262723e394
commit
cf5f0419f1
16 changed files with 19 additions and 19 deletions
|
@ -26,7 +26,7 @@ void MicrotasksRunner::DidProcessTask(const base::PendingTask& pending_task) {
|
|||
// https://github.com/electron/electron/issues/20013 Node.js now performs its
|
||||
// own microtask checkpoint and it may happen is some situations that there is
|
||||
// contention for performing checkpoint between Node.js and chromium, ending
|
||||
// up Node.js dealying its callbacks. To fix this, now we always lets Node.js
|
||||
// up Node.js delaying its callbacks. To fix this, now we always lets Node.js
|
||||
// handle the checkpoint in the browser process.
|
||||
{
|
||||
v8::HandleScope handle_scope(isolate_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue