From 7664315e74100a1046ee72ba8f7d5d47c9c8e289 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Tue, 13 Jan 2009 23:15:13 +0000 Subject: 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 --- webkit/tools/test_shell/event_sending_controller.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit') 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 +// 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" -- cgit v1.1