| 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 88fe8948cf7862f1e462ca10751fbb3febd7d339..5ee9f2b6b68d6bcfea164e64e0109eb74a0c4275 100644
|
| --- a/webkit/tools/test_shell/test_shell.cc
|
| +++ b/webkit/tools/test_shell/test_shell.cc
|
| @@ -433,7 +433,7 @@ void TestShell::CallJSGC() {
|
|
|
| WebView* TestShell::CreateWebView() {
|
| // If we're running layout tests, only open a new window if the test has
|
| - // called layoutTestController.setCanOpenWindows()
|
| + // called testRunner.setCanOpenWindows()
|
| if (layout_test_mode_)
|
| return NULL;
|
|
|
|
|