Merge pull request #6755 from electron/upgrade-clang

Upgrade clang
This commit is contained in:
Cheng Zhao 2016-08-12 17:38:03 +09:00 committed by GitHub
commit 620847d2fd
3 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,7 @@ void AtomBrowserMainParts::PreMainMessageLoopStart() {
// Set our own application delegate.
AtomApplicationDelegate* delegate = [[AtomApplicationDelegate alloc] init];
[NSApp setDelegate:(id<NSFileManagerDelegate>)delegate];
[NSApp setDelegate:delegate];
brightray::BrowserMainParts::PreMainMessageLoopStart();