| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.cc (revision 8273)
|
| +++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
|
| @@ -470,7 +470,7 @@
|
| }
|
|
|
| void TestWebViewDelegate::ShowContextMenu(WebView* webview,
|
| - ContextNode::Type type,
|
| + ContextNode node,
|
| int x,
|
| int y,
|
| const GURL& link_url,
|
| @@ -481,7 +481,7 @@
|
| const std::wstring& misspelled_word,
|
| int edit_flags,
|
| const std::string& security_info) {
|
| - CapturedContextMenuEvent context(type, x, y);
|
| + CapturedContextMenuEvent context(node, x, y);
|
| captured_context_menu_events_.push_back(context);
|
| }
|
|
|
|
|