Index: content/browser/webui/web_ui_impl.cc |
diff --git a/content/browser/webui/web_ui_impl.cc b/content/browser/webui/web_ui_impl.cc |
index ed7e86011893f45d0d4e8050de0508ace06afc2c..16b4521d7ae539be5c05aa9d64c4ecf25e2b7d91 100644 |
--- a/content/browser/webui/web_ui_impl.cc |
+++ b/content/browser/webui/web_ui_impl.cc |
@@ -44,7 +44,8 @@ base::string16 WebUI::GetJavascriptCall( |
} |
WebUIImpl::WebUIImpl(WebContents* contents) |
- : link_transition_type_(ui::PAGE_TRANSITION_LINK), |
+ : WebContentsObserver(contents), |
+ link_transition_type_(ui::PAGE_TRANSITION_LINK), |
bindings_(BINDINGS_POLICY_WEB_UI), |
web_contents_(contents) { |
DCHECK(contents); |