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

Unified Diff: pkg/unittest/lib/html_config.dart

Issue 11773032: Fix htmlconfig (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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/lib/html_config.dart
diff --git a/pkg/unittest/lib/html_config.dart b/pkg/unittest/lib/html_config.dart
index 3d87f98a77b9ea89c1cb406646c93778d2ad583d..de727f3d3646868ce3d4fb6d47c0ce29d87a0aa4 100644
--- a/pkg/unittest/lib/html_config.dart
+++ b/pkg/unittest/lib/html_config.dart
@@ -126,9 +126,6 @@ class HtmlConfiguration extends Configuration {
void onInit() {
_installHandlers();
- }
-
- void onStart() {
Emily Fortuna 2013/01/07 23:32:25 I assume this means we probably need to do the sam
window.postMessage('unittest-suite-wait-for-done', '*');
}
« 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