diff options
Diffstat (limited to 'webkit/tools/test_shell/event_sending_controller.h')
-rw-r--r-- | webkit/tools/test_shell/event_sending_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.h b/webkit/tools/test_shell/event_sending_controller.h index cd3bf78..aaa7a74 100644 --- a/webkit/tools/test_shell/event_sending_controller.h +++ b/webkit/tools/test_shell/event_sending_controller.h @@ -91,7 +91,7 @@ class EventSendingController : public CppBoundClass { // Returns true if the key_code passed in needs a shift key modifier to // be passed into the generated event. - bool NeedsShiftModifer(int key_code); + bool NeedsShiftModifier(int key_code); ScopedRunnableMethodFactory<EventSendingController> method_factory_; |