From 832bbe3fb192a5b36cfafd3488f6dff11a7d09e5 Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Mon, 20 Jul 2009 23:00:13 +0000 Subject: Including config.h temporarily to make the Mac/Linux builds happy. Review URL: http://codereview.chromium.org/159100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21123 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webkit') diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index cf63470..a9d4765 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -2,6 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// TODO(dumi): expose V8Proxy::processConsoleMessages() through +// a function in WebKit.h and remove the next 2 includes +// http://code.google.com/p/chromium/issues/detail?id=17300 +#include "config.h" #include "V8Proxy.h" #undef LOG -- cgit v1.1