From e45eb692b11a961fb52278f359d6ca8e0ffa599f Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Fri, 19 Jan 2018 10:59:19 -0800 Subject: [PATCH] Fix typo in main_win. This is follow up https://github.com/flutter/engine/pull/4564 (#4572) --- shell/platform/win/main_win.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/platform/win/main_win.cc b/shell/platform/win/main_win.cc index e6fb8e9efb..c31c88ca91 100644 --- a/shell/platform/win/main_win.cc +++ b/shell/platform/win/main_win.cc @@ -86,8 +86,6 @@ void RunNonInteractive(fxl::CommandLine initial_command_line, /* icu_data_path= */ "", /* application_library_path= */ "", bundle_path); - shell::Shell::InitStandalone(initial_command_line); - // Note that this task observer must be added after the observer that drains // the microtask queue. ScriptCompletionTaskObserver task_observer( -- GitLab