Fix oops on Windows / Linux.
This commit is contained in:
parent
af9e010162
commit
cd25066c9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue