Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index ff003ddb3c808f2ecd7ce45abb86207620d9d2bd..0b064a0319a3c74ca9e911041e256c1d96ea65ab 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -328,6 +328,7 @@ WebContentsImpl::WebContentsImpl(BrowserContext* browser_context, |
totalPinchGestureAmount_(0), |
currentPinchZoomStepDelta_(0), |
render_view_message_source_(NULL), |
+ render_frame_message_source_(NULL), |
fullscreen_widget_routing_id_(MSG_ROUTING_NONE), |
fullscreen_widget_had_focus_at_shutdown_(false), |
is_subframe_(false), |