| Index: tools/testing/dart/test_controller.js
|
| diff --git a/tools/testing/dart/test_controller.js b/tools/testing/dart/test_controller.js
|
| index e0ca295ab360fe2ad67a8b7dd52e7799d1a06033..dace747fe7fbb57812b55fdb1b55d969c15ab6e9 100644
|
| --- a/tools/testing/dart/test_controller.js
|
| +++ b/tools/testing/dart/test_controller.js
|
| @@ -234,7 +234,8 @@ function onLoad(e) {
|
| window.addEventListener('DOMContentLoaded', onLoad, false);
|
|
|
| // Note: before renaming this function, note that it is also included in an
|
| -// inlined error handler in the HTML files that wrap DRT tests.
|
| +// inlined error handler in generated HTML files, and manually in tests that
|
| +// include an HTML file.
|
| // See: tools/testing/dart/browser_test.dart
|
| function scriptTagOnErrorCallback(e) {
|
| var message = e && e.message;
|
|
|