| 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..b44b7acdc22b092a8f6f19e8f283daf5cba4dbde 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 the HTML files that wrap DRT tests, and manually in
|
| +// tests that include an HTML file.
|
| // See: tools/testing/dart/browser_test.dart
|
| function scriptTagOnErrorCallback(e) {
|
| var message = e && e.message;
|
|
|