Fix oops on Windows / Linux.

This commit is contained in:
Charlie Hess 2016-08-31 17:26:25 -07:00
parent af9e010162
commit cd25066c9f

View file

@ -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
}