Index: webkit/tools/test_shell/test_shell.cc |
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc |
index b47daa6632bd5a0088b6ba5d33b183ccfadeb7f8..0e3320275a5f3e604262e1a87ce7d0589fe318ed 100644 |
--- a/webkit/tools/test_shell/test_shell.cc |
+++ b/webkit/tools/test_shell/test_shell.cc |
@@ -266,7 +266,7 @@ void TestShell::InitLogging(bool suppress_error_dialogs, |
// not running layout tests (because otherwise they'd corrupt the test |
// output). |
if (!layout_test_mode) |
- webkit_glue::EnableWebCoreNotImplementedLogging(); |
+ webkit_glue::EnableWebCoreLogChannels("NotYetImplemented"); |
} |
// static |