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