mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix Fuchsia build - pass newly introduce parameter in Fuchsia flow (#4274)
This commit is contained in:
parent
f339b2fbb4
commit
ef02c69652
@ -163,7 +163,8 @@ void RuntimeHolder::Init(
|
||||
first_app = false;
|
||||
blink::InitRuntime(vm_snapshot_data, vm_snapshot_instr,
|
||||
default_isolate_snapshot_data,
|
||||
default_isolate_snapshot_instr);
|
||||
default_isolate_snapshot_instr,
|
||||
/* bundle_path = */ "");
|
||||
|
||||
// This has to happen after the Dart runtime is initialized.
|
||||
SetThreadName(blink::Threads::UI(), "ui");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user