| Index: content/shell/browser/shell_javascript_dialog_win.cc
|
| diff --git a/content/shell/browser/shell_javascript_dialog_win.cc b/content/shell/browser/shell_javascript_dialog_win.cc
|
| index 287ff0da20a8eb3610cb64d4eee989318c32e01b..d7da87aac7cfa3108267cb9228f5459eae204602 100644
|
| --- a/content/shell/browser/shell_javascript_dialog_win.cc
|
| +++ b/content/shell/browser/shell_javascript_dialog_win.cc
|
| @@ -53,7 +53,7 @@ INT_PTR CALLBACK ShellJavaScriptDialog::DialogProc(HWND dialog,
|
| int length =
|
| GetWindowTextLength(GetDlgItem(dialog, IDC_PROMPTEDIT)) + 1;
|
| GetDlgItemText(dialog, IDC_PROMPTEDIT,
|
| - WriteInto(&user_input, length), length);
|
| + base::WriteInto(&user_input, length), length);
|
| }
|
| break;
|
| case IDCANCEL:
|
|
|