| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.cc (revision 15065)
|
| +++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
|
| @@ -525,7 +525,8 @@
|
| const std::wstring& selection_text,
|
| const std::wstring& misspelled_word,
|
| int edit_flags,
|
| - const std::string& security_info) {
|
| + const std::string& security_info,
|
| + const std::string& frame_charset) {
|
| CapturedContextMenuEvent context(node, x, y);
|
| captured_context_menu_events_.push_back(context);
|
| }
|
|
|