Index: ceee/ie/plugin/bho/web_progress_notifier.cc |
diff --git a/ceee/ie/plugin/bho/web_progress_notifier.cc b/ceee/ie/plugin/bho/web_progress_notifier.cc |
index 567c543ee7a32129d12e57fdb264303e6dcdcc66..0984f4d1f92f09cba66ae0e166abb2b0fc82242c 100644 |
--- a/ceee/ie/plugin/bho/web_progress_notifier.cc |
+++ b/ceee/ie/plugin/bho/web_progress_notifier.cc |
@@ -339,7 +339,7 @@ WebNavigationEventsFunnel* WebProgressNotifier::webnavigation_events_funnel() { |
WebRequestNotifier* WebProgressNotifier::webrequest_notifier() { |
if (cached_webrequest_notifier_ == NULL) { |
- cached_webrequest_notifier_ = ProductionWebRequestNotifier::get(); |
+ cached_webrequest_notifier_ = ProductionWebRequestNotifier::GetInstance(); |
} |
return cached_webrequest_notifier_; |
} |