| Index: ppapi/tests/test_input_event.cc
|
| diff --git a/ppapi/tests/test_input_event.cc b/ppapi/tests/test_input_event.cc
|
| index cdd4939ebe0b2792c370b83c278152488c47fef4..8ac9a8fdbf06e555b47dfb72e472bb9851737dd4 100644
|
| --- a/ppapi/tests/test_input_event.cc
|
| +++ b/ppapi/tests/test_input_event.cc
|
| @@ -73,7 +73,7 @@ bool TestInputEvent::Init() {
|
| mouse_input_event_interface_ &&
|
| wheel_input_event_interface_ &&
|
| keyboard_input_event_interface_ &&
|
| - InitTestingInterface();
|
| + CheckTestingInterface();
|
|
|
| // Set up a listener for our message that signals that all input events have
|
| // been received.
|
|
|