| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
|
| index 6fbaa1fbd8ffb3e764e036ba6bb902ce9b6be605..6e9f8410fda7f6e5afc45ee1ce10c9c85a54b052 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -572,7 +572,7 @@ void TestWebViewDelegate::StartDragging(WebView* webview,
|
|
|
| void TestWebViewDelegate::ShowContextMenu(
|
| WebView* webview,
|
| - ContextNode node,
|
| + ContextNodeType node_type,
|
| int x,
|
| int y,
|
| const GURL& link_url,
|
| @@ -585,7 +585,7 @@ void TestWebViewDelegate::ShowContextMenu(
|
| int edit_flags,
|
| const std::string& security_info,
|
| const std::string& frame_charset) {
|
| - CapturedContextMenuEvent context(node, x, y);
|
| + CapturedContextMenuEvent context(node_type, x, y);
|
| captured_context_menu_events_.push_back(context);
|
| }
|
|
|
|
|