summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/tab_contents/web_contents_view_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents_view_mac.mm b/chrome/browser/tab_contents/web_contents_view_mac.mm
index 705192b..5d92b03 100644
--- a/chrome/browser/tab_contents/web_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/web_contents_view_mac.mm
@@ -24,7 +24,7 @@ WebContentsView* WebContentsView::Create(WebContents* web_contents) {
}
WebContentsViewMac::WebContentsViewMac(WebContents* web_contents)
- : WebContentsView(web_contents_) {
+ : WebContentsView(web_contents) {
registrar_.Add(this, NotificationType::WEB_CONTENTS_CONNECTED,
Source<WebContents>(web_contents));
registrar_.Add(this, NotificationType::WEB_CONTENTS_DISCONNECTED,