diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-20 23:00:13 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-20 23:00:13 +0000 |
commit | 832bbe3fb192a5b36cfafd3488f6dff11a7d09e5 (patch) | |
tree | ebbec5ed0ba39f76ed4b28f4389f83f3cb814a1c /webkit | |
parent | e107492545ff6af5e356a0e65a7949c1e56faa97 (diff) | |
download | chromium_src-832bbe3fb192a5b36cfafd3488f6dff11a7d09e5.zip chromium_src-832bbe3fb192a5b36cfafd3488f6dff11a7d09e5.tar.gz chromium_src-832bbe3fb192a5b36cfafd3488f6dff11a7d09e5.tar.bz2 |
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
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell.cc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |