| Index: pkg/unittest/lib/test_controller.js
|
| diff --git a/pkg/unittest/lib/test_controller.js b/pkg/unittest/lib/test_controller.js
|
| index dd9bba3426e2a86add36c2961bf008eb1152b1af..d8ef908c53c4c2189e938b109af9ed4df03417b6 100644
|
| --- a/pkg/unittest/lib/test_controller.js
|
| +++ b/pkg/unittest/lib/test_controller.js
|
| @@ -4,7 +4,7 @@
|
|
|
| /**
|
| * Test controller logic - used by unit test harness to embed tests in
|
| - * DumpRenderTree.
|
| + * conent shell.
|
| */
|
|
|
| // Clear the console before every test run - this is Firebug specific code.
|
| @@ -27,7 +27,7 @@ if (navigator.webkitStartDart) {
|
| navigator.webkitStartDart();
|
| }
|
|
|
| -// testRunner is provided by DRT or WebKit's layout tests.
|
| +// testRunner is provided by content shell.
|
| // It is not available in selenium tests.
|
| var testRunner = window.testRunner || window.layoutTestController;
|
|
|
|
|