diff options
Diffstat (limited to 'ppapi/tests/test_input_event.cc')
-rw-r--r-- | ppapi/tests/test_input_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_input_event.cc b/ppapi/tests/test_input_event.cc index cdd4939..8ac9a8fd 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. |