diff options
Diffstat (limited to 'chrome/browser/browser_main_mac.mm')
-rw-r--r-- | chrome/browser/browser_main_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main_mac.mm b/chrome/browser/browser_main_mac.mm index 458d54d..7a43cdc 100644 --- a/chrome/browser/browser_main_mac.mm +++ b/chrome/browser/browser_main_mac.mm @@ -28,7 +28,7 @@ void WillInitializeMainMessageLoop(const CommandLine & command_line) { // Doesn't need to be in a GOOGLE_CHROME_BUILD since this references // a framework only distributed with Google Chrome. - [KeystoneGlue registerWithKeystone]; + [[KeystoneGlue defaultKeystoneGlue] registerWithKeystone]; // TODO(port): Use of LSUIElement=1 is a temporary fix. The right // answer is to fix the renderer to not use Cocoa. |