Fix Fuchsia build - pass newly introduce parameter in Fuchsia flow (#4274)

This commit is contained in:
Alexander Aprelev 2017-10-25 07:49:35 -07:00 committed by GitHub
parent f339b2fbb4
commit ef02c69652

View File

@ -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");