Chromium Code Reviews| 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 |
|
kustermann
2014/01/30 01:41:34
"in the HTML files that wrap DRT tests" -> "in the
Siggi Cherem (dart-lang)
2014/01/30 02:25:00
Done.
|
| +// tests that include an HTML file. |
| // See: tools/testing/dart/browser_test.dart |
| function scriptTagOnErrorCallback(e) { |
| var message = e && e.message; |