summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/event_sending_controller.cc
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 23:15:13 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 23:15:13 +0000
commit7664315e74100a1046ee72ba8f7d5d47c9c8e289 (patch)
treea096d9b30a0605aaace216946a4205d78500a8b5 /webkit/tools/test_shell/event_sending_controller.cc
parent2572a47aea3c2b1ed98cfa3362e1b7441fbc4bed (diff)
downloadchromium_src-7664315e74100a1046ee72ba8f7d5d47c9c8e289.zip
chromium_src-7664315e74100a1046ee72ba8f7d5d47c9c8e289.tar.gz
chromium_src-7664315e74100a1046ee72ba8f7d5d47c9c8e289.tar.bz2
Oops, we need config.h. This file really shouldn't be including
stuff from WebCore! TBR=tony Review URL: http://codereview.chromium.org/18207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/event_sending_controller.cc')
-rw-r--r--webkit/tools/test_shell/event_sending_controller.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc
index 9a82184..6d917db 100644
--- a/webkit/tools/test_shell/event_sending_controller.cc
+++ b/webkit/tools/test_shell/event_sending_controller.cc
@@ -18,6 +18,9 @@
#include <queue>
+// TODO(darin): This is very wrong. We should not be including WebCore headers
+// directly like this!!
+#include "config.h"
#include "KeyboardCodes.h"
#include "base/logging.h"