Index: ui/views/controls/webview/web_dialog_view.cc |
diff --git a/ui/views/controls/webview/web_dialog_view.cc b/ui/views/controls/webview/web_dialog_view.cc |
index 4b5e8b2ebcd1cd47d0d1ae4afdef9ca3af878336..c5a2b03eb1d5dd6fc1b242e93db0a89e189db7d3 100644 |
--- a/ui/views/controls/webview/web_dialog_view.cc |
+++ b/ui/views/controls/webview/web_dialog_view.cc |
@@ -334,8 +334,9 @@ void WebDialogView::BeforeUnloadFired(content::WebContents* tab, |
bool WebDialogView::ShouldCreateWebContents( |
content::WebContents* web_contents, |
- int route_id, |
- int main_frame_route_id, |
+ int32_t route_id, |
+ int32_t main_frame_route_id, |
+ int32_t main_frame_widget_route_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |