mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
Fix oops on Windows / Linux.
This commit is contained in:
@@ -157,7 +157,7 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() {
|
||||
// The corresponding call in macOS is in AtomApplicationDelegate.
|
||||
Browser::Get()->WillFinishLaunching();
|
||||
base::DictionaryValue* empty_info = new base::DictionaryValue();
|
||||
Browser::Get()->DidFinishLaunching(empty_info);
|
||||
Browser::Get()->DidFinishLaunching(*empty_info);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user