| Index: chrome/browser/web_contents_view_win.cc
|
| diff --git a/chrome/browser/web_contents_view_win.cc b/chrome/browser/web_contents_view_win.cc
|
| index 525ea4a823d51f76ee0eed7941aee69d3ff12da4..5635c7dd68d114ba09cc96398864af28fc1918a4 100644
|
| --- a/chrome/browser/web_contents_view_win.cc
|
| +++ b/chrome/browser/web_contents_view_win.cc
|
| @@ -326,7 +326,7 @@ void WebContentsViewWin::ShowContextMenu(
|
|
|
| WebContents* WebContentsViewWin::CreateNewWindowInternal(
|
| int route_id,
|
| - HANDLE modal_dialog_event) {
|
| + base::WaitableEvent* modal_dialog_event) {
|
| // Create the new web contents. This will automatically create the new
|
| // WebContentsView. In the future, we may want to create the view separately.
|
| WebContents* new_contents =
|
|
|