Index: content/browser/browser_main_runner.cc |
diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc |
index 7c4f549a5b1eeb970570c87eae2f0415ec34024e..461f41b140f159af11d22a2ca1409de21e1e831d 100644 |
--- a/content/browser/browser_main_runner.cc |
+++ b/content/browser/browser_main_runner.cc |
@@ -127,7 +127,7 @@ class BrowserMainRunnerImpl : public BrowserMainRunner { |
#if defined(OS_WIN) |
if (base::win::IsTSFAwareRequired()) |
- ui::TSFBridge::GetInstance()->Shutdown(); |
+ ui::TSFBridge::Shutdown(); |
ole_initializer_.reset(NULL); |
#endif |