diff options
Diffstat (limited to 'content/test/webkit_support.cc')
-rw-r--r-- | content/test/webkit_support.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/webkit_support.cc b/content/test/webkit_support.cc index 18380c8..7a1cf2e 100644 --- a/content/test/webkit_support.cc +++ b/content/test/webkit_support.cc @@ -111,7 +111,7 @@ void SetUpTestEnvironmentForUnitTests() { url_util::Initialize(); test_environment = new TestEnvironment; webkit_glue::SetUserAgent(webkit_glue::BuildUserAgentFromProduct( - "DumpRenderTree/0.0.0.0"), false); + "DumpRenderTree/0.0.0.0")); } void TearDownTestEnvironment() { |