summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 16:16:05 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 16:16:05 +0000
commitd7fdbeff5399b9efc1398bac85db110edb68ee90 (patch)
tree8820c60b304c964bde803dbb68e1282667bb6a17 /webkit
parentaf3007ee6faba103422849943886fe86aac52939 (diff)
downloadchromium_src-d7fdbeff5399b9efc1398bac85db110edb68ee90.zip
chromium_src-d7fdbeff5399b9efc1398bac85db110edb68ee90.tar.gz
chromium_src-d7fdbeff5399b9efc1398bac85db110edb68ee90.tar.bz2
landing tony's patch from http://codereview.chromium.org/27250 to fix debug test_shell_test failures
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_shell_webkit_init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
index a10102a..05003a0 100644
--- a/webkit/tools/test_shell/test_shell_webkit_init.h
+++ b/webkit/tools/test_shell/test_shell_webkit_init.h
@@ -16,6 +16,8 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl {
TestShellWebKitInit(bool layout_test_mode) {
WebKit::initialize(this);
+ webkit_glue::InitializeForTesting();
+
// TODO(darin): This should eventually be a property of WebKitClientImpl.
webkit_glue::SetLayoutTestMode(layout_test_mode);
}