From ef02c69652ecaa30076c36e4303f1841e4e102e7 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 25 Oct 2017 07:49:35 -0700 Subject: [PATCH] Fix Fuchsia build - pass newly introduce parameter in Fuchsia flow (#4274) --- content_handler/runtime_holder.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content_handler/runtime_holder.cc b/content_handler/runtime_holder.cc index 672dd43e791..c9640ea8ae9 100644 --- a/content_handler/runtime_holder.cc +++ b/content_handler/runtime_holder.cc @@ -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");