Commit 63a8b30f authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[blink] Upgrade deprecated microtask callbacks

Bug: v8:11165, v8:8124
Change-Id: I7d86d7b2c6127490a15c20d6d230efd31b24aad7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2540467
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Auto-Submit: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827794}
parent 261e7687
......@@ -59,7 +59,7 @@ static void BeforeCallEnteredCallback(v8::Isolate* isolate) {
CHECK(!ScriptForbiddenScope::IsScriptForbidden());
}
static void MicrotasksCompletedCallback(v8::Isolate* isolate) {
static void MicrotasksCompletedCallback(v8::Isolate* isolate, void* data) {
V8PerIsolateData::From(isolate)->RunEndOfScopeTasks();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment