summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r--chrome/browser/tab_contents/tab_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index 1599737..8e2fff5 100644
--- a/chrome/browser/tab_contents/tab_contents.cc
+++ b/chrome/browser/tab_contents/tab_contents.cc
@@ -1584,7 +1584,7 @@ void TabContents::DidNavigateMainFramePostCommit(
// Close blocked popups.
if (blocked_popups_) {
- AutoReset auto_reset(&dont_notify_render_view_, true);
+ AutoReset<bool> auto_reset(&dont_notify_render_view_, true);
blocked_popups_->Destroy();
blocked_popups_ = NULL;
}