From ed4c2f8ae76ad59f16359a556f7c467d760ec258 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Tue, 4 Aug 2009 17:33:08 +0000 Subject: 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 --- webkit/api/public/WebInputEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/api') 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 -- cgit v1.1