summaryrefslogtreecommitdiffstats
path: root/webkit/api
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-04 17:33:08 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-04 17:33:08 +0000
commited4c2f8ae76ad59f16359a556f7c467d760ec258 (patch)
tree21468bd5f7cb90b087fcd42a079c4c2ffe870ba3 /webkit/api
parent9ff126f49f0def1b8bc80bf320c86893469d7228 (diff)
downloadchromium_src-ed4c2f8ae76ad59f16359a556f7c467d760ec258.zip
chromium_src-ed4c2f8ae76ad59f16359a556f7c467d760ec258.tar.gz
chromium_src-ed4c2f8ae76ad59f16359a556f7c467d760ec258.tar.bz2
Fix a comment that refers to webkit/port.
R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/160587 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api')
-rw-r--r--webkit/api/public/WebInputEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/api/public/WebInputEvent.h b/webkit/api/public/WebInputEvent.h
index a09cd37..a0f17f7 100644
--- a/webkit/api/public/WebInputEvent.h
+++ b/webkit/api/public/WebInputEvent.h
@@ -147,7 +147,7 @@ namespace WebKit {
// |windowsKeyCode| is the Windows key code associated with this key
// event. Sometimes it's direct from the event (i.e. on Windows),
// sometimes it's via a mapping function. If you want a list, see
- // webkit/port/platform/chromium/KeyboardCodes* .
+ // WebCore/platform/chromium/KeyboardCodes* .
int windowsKeyCode;
// The actual key code genenerated by the platform. The DOM spec runs