Chromium Code Reviews| Index: webkit/tools/test_shell/plugin_tests.cc |
| =================================================================== |
| --- webkit/tools/test_shell/plugin_tests.cc (revision 20851) |
| +++ webkit/tools/test_shell/plugin_tests.cc (working copy) |
| @@ -161,7 +161,7 @@ |
| input.x = 50; |
| input.y = 50; |
| input.type = WebKit::WebInputEvent::MouseUp; |
| - test_shell_->webView()->HandleInputEvent(&input); |
| + test_shell_->webView()->handleInputEvent(input); |
| // No crash means we passed. |
| } |