| Index: third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js b/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
|
| index e45f29df5ae2af9354d04dfd2caa86fcfcb5703c..a69ae525d729b51ab44ad63ccc690c1fada5f4ca 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +/* eslint-disable no-console */
|
| +
|
| /** @type {!{notifyDone: function()}|undefined} */
|
| self.testRunner;
|
|
|
|
|