mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: bump chromium to f755b70e34659441e72c1a928a406 (master) (#21000)
This commit is contained in:
committed by
Jeremy Apthorp
parent
a5c9bd53e0
commit
49b47ee4ed
@@ -10,7 +10,8 @@ namespace electron {
|
||||
|
||||
MicrotasksRunner::MicrotasksRunner(v8::Isolate* isolate) : isolate_(isolate) {}
|
||||
|
||||
void MicrotasksRunner::WillProcessTask(const base::PendingTask& pending_task) {}
|
||||
void MicrotasksRunner::WillProcessTask(const base::PendingTask& pending_task,
|
||||
bool was_blocked_or_low_priority) {}
|
||||
|
||||
void MicrotasksRunner::DidProcessTask(const base::PendingTask& pending_task) {
|
||||
v8::Isolate::Scope scope(isolate_);
|
||||
|
||||
Reference in New Issue
Block a user