summaryrefslogtreecommitdiffstats
path: root/content/test/webkit_support.cc
diff options
context:
space:
mode:
authorojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-25 01:19:21 +0000
committerojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-25 01:19:21 +0000
commit2987840130d4b59d434f5ae797bf23c55de6b30d (patch)
tree62c8837ad723655c4c1be5900b26b2fd3cd5175c /content/test/webkit_support.cc
parent5a2590e067d49ea9441ce9029860e81cdc315a9e (diff)
downloadchromium_src-2987840130d4b59d434f5ae797bf23c55de6b30d.zip
chromium_src-2987840130d4b59d434f5ae797bf23c55de6b30d.tar.gz
chromium_src-2987840130d4b59d434f5ae797bf23c55de6b30d.tar.bz2
Revert "Trim more dead code from webkit/support/"
This reverts r230794. Speculative revert to fix the Windows Debug webkit_unit_tests hang. TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/41703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/webkit_support.cc')
-rw-r--r--content/test/webkit_support.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/test/webkit_support.cc b/content/test/webkit_support.cc
index 5b25b60..01f80de 100644
--- a/content/test/webkit_support.cc
+++ b/content/test/webkit_support.cc
@@ -77,8 +77,6 @@ void SetUpTestEnvironmentForUnitTests() {
test_environment = new TestEnvironment;
webkit_glue::SetUserAgent(webkit_glue::BuildUserAgentFromProduct(
"DumpRenderTree/0.0.0.0"), false);
-
- WebKit::initialize(test_environment->webkit_platform_support());
}
void TearDownTestEnvironment() {