| Index: content/shell/shell_javascript_dialog_win.cc
|
| diff --git a/content/shell/shell_javascript_dialog_win.cc b/content/shell/shell_javascript_dialog_win.cc
|
| index 065d0bbf4a469298a8cd8448d6f06c399e750b79..93c78da82ab3afc84183f64df02b4b43db2d0697 100644
|
| --- a/content/shell/shell_javascript_dialog_win.cc
|
| +++ b/content/shell/shell_javascript_dialog_win.cc
|
| @@ -77,6 +77,7 @@ INT_PTR CALLBACK ShellJavaScriptDialog::DialogProc(HWND dialog,
|
|
|
| ShellJavaScriptDialog::ShellJavaScriptDialog(
|
| ShellJavaScriptDialogCreator* creator,
|
| + gfx::NativeWindow parent_window,
|
| JavaScriptMessageType message_type,
|
| const string16& message_text,
|
| const string16& default_prompt_text,
|
|
|