diff options
Diffstat (limited to 'chrome/browser/tab_contents/web_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/web_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents.cc b/chrome/browser/tab_contents/web_contents.cc index 77faa55..638d370 100644 --- a/chrome/browser/tab_contents/web_contents.cc +++ b/chrome/browser/tab_contents/web_contents.cc @@ -178,7 +178,7 @@ WebContents::WebContents(Profile* profile, SiteInstance* site_instance, RenderViewHostFactory* render_view_factory, int routing_id, - HANDLE modal_dialog_event) + base::WaitableEvent* modal_dialog_event) : TabContents(TAB_CONTENTS_WEB), view_(new WebContentsViewWin(this)), ALLOW_THIS_IN_INITIALIZER_LIST( |