| Index: content/shell/layout_test_controller.js
|
| diff --git a/content/shell/layout_test_controller.js b/content/shell/layout_test_controller.js
|
| index 43527e1f2ece5da99d598f812680c5fc87d12b65..66fbcf8930c411e5d9ef4f342b73bdc5cae130b8 100644
|
| --- a/content/shell/layout_test_controller.js
|
| +++ b/content/shell/layout_test_controller.js
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var layoutTestController = layoutTestController || {};
|
| var testRunner = testRunner || {};
|
| var accessibilityController = accessibilityController || {};
|
| var gamepadController = gamepadController || {};
|
| @@ -43,8 +42,7 @@ var textInputController = textInputController || {};
|
| {value: SetShouldStayOnPageAfterHandlingBeforeUnload});
|
| Object.defineProperty(this, "waitUntilDone", {value: SetWaitUntilDone});
|
| }
|
| - LayoutTestController.prototype = DefaultHandler("layoutTestController");
|
| - layoutTestController = new LayoutTestController();
|
| + LayoutTestController.prototype = DefaultHandler("testRunner");
|
| testRunner = new LayoutTestController();
|
|
|
| var AccessibilityController = function() {}
|
|
|