summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/event_sending_controller.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-09 19:34:58 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-09 19:34:58 +0000
commitf38f8a69dec4bbd77624f6a8332da7e996f91a41 (patch)
tree9d2b693682b9fa289beba79922261ab7b3ff8bae /webkit/tools/test_shell/event_sending_controller.h
parent48d33655b38f1d170f93557996a53b64d64f3a4e (diff)
downloadchromium_src-f38f8a69dec4bbd77624f6a8332da7e996f91a41.zip
chromium_src-f38f8a69dec4bbd77624f6a8332da7e996f91a41.tar.gz
chromium_src-f38f8a69dec4bbd77624f6a8332da7e996f91a41.tar.bz2
revert commit 6607.
tbr=ojan Review URL: http://codereview.chromium.org/13675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/event_sending_controller.h')
-rw-r--r--webkit/tools/test_shell/event_sending_controller.h2
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 e5602935..004cc82 100644
--- a/webkit/tools/test_shell/event_sending_controller.h
+++ b/webkit/tools/test_shell/event_sending_controller.h
@@ -75,7 +75,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 NeedsShiftModifer(wchar_t key_code);
// Non-owning pointer. The LayoutTestController is owned by the host.
static TestShell* shell_;