Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: pkg/unittest/html_enhanced_config.dart

Issue 10958080: Add missing method - this was added to html_config but not the enhanced config. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/html_enhanced_config.dart
===================================================================
--- pkg/unittest/html_enhanced_config.dart (revision 12787)
+++ pkg/unittest/html_enhanced_config.dart (working copy)
@@ -48,6 +48,12 @@
}
}
+ void processMessage(e) {
+ if ('unittest-suite-external-error' == e.data) {
+ handleExternalError('<unknown>', '(external error detected)');
+ }
+ }
+
void onInit() {
_installHandlers();
//initialize and load CSS
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698