Index: content/shell/shell_content_browser_client.cc |
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc |
index 632a5d72910eb18740c0dfe04eb619c61e5e8459..588e0027d84a0f84be88862814db313b90811d35 100644 |
--- a/content/shell/shell_content_browser_client.cc |
+++ b/content/shell/shell_content_browser_client.cc |
@@ -257,7 +257,9 @@ bool ShellContentBrowserClient::CanCreateWindow( |
const GURL& origin, |
WindowContainerType container_type, |
content::ResourceContext* context, |
- int render_process_id) { |
+ int render_process_id, |
+ bool* no_javascript_access) { |
+ *no_javascript_access = false; |
return true; |
} |