diff options
Diffstat (limited to 'content/browser/browser_main.cc')
-rw-r--r-- | content/browser/browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_main.cc b/content/browser/browser_main.cc index 5bccf00..c9432ae 100644 --- a/content/browser/browser_main.cc +++ b/content/browser/browser_main.cc @@ -355,7 +355,7 @@ void BrowserMainParts::MainMessageLoopRun() { #if defined(OS_MACOSX) MessageLoopForUI::current()->Run(); #else - MessageLoopForUI::current()->Run(NULL); + MessageLoopForUI::current()->RunWithDispatcher(NULL); #endif } |