| Index: content/test/webkit_support.cc
|
| diff --git a/content/test/webkit_support.cc b/content/test/webkit_support.cc
|
| index 5b25b60e7a567506d91274ab09fb4b20722e39ff..01f80de62e333f1091c4167fa17afafc47519972 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() {
|
|
|