Index: content/public/browser/web_contents.cc |
diff --git a/content/public/browser/web_contents.cc b/content/public/browser/web_contents.cc |
index b12ee481bc8ffcdeb42fef01a0f4db33cde4350a..549e881c748c7f3cf9f4efcaeba649e52e05e460 100644 |
--- a/content/public/browser/web_contents.cc |
+++ b/content/public/browser/web_contents.cc |
@@ -12,6 +12,7 @@ WebContents::CreateParams::CreateParams(BrowserContext* context) |
: browser_context(context), |
site_instance(NULL), |
opener(NULL), |
+ opener_suppressed(false), |
routing_id(MSG_ROUTING_NONE), |
main_frame_routing_id(MSG_ROUTING_NONE), |
initially_hidden(false), |
@@ -23,6 +24,7 @@ WebContents::CreateParams::CreateParams( |
: browser_context(context), |
site_instance(site), |
opener(NULL), |
+ opener_suppressed(false), |
routing_id(MSG_ROUTING_NONE), |
main_frame_routing_id(MSG_ROUTING_NONE), |
initially_hidden(false), |