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

Unified Diff: sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 11817028: Random fixes discovered when looking through CL 11824035. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More fixes. 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
Index: sdk/lib/_internal/compiler/implementation/compiler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
index 387a6ab4afcacf99b1bbb29e77e1367f2400bd9b..664aee520ae8387c2c1a37fc22fbc7eec6eeed81 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -629,7 +629,7 @@ abstract class Compiler implements DiagnosticListener {
if (libraryName == 'dart:isolate'
|| libraryName == 'dart:html'
// TODO(floitsch): create a separate async-helper library instead of
- // importing the isolate-library just for async.
+ // importing the isolate-library just for TimerImpl.
|| libraryName == 'dart:async') {
importIsolateHelperLibrary(library);
}
« no previous file with comments | « no previous file | tests/compiler/dart2js/pretty_parameter_test.dart » ('j') | tests/compiler/dart2js/pretty_parameter_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698