Index: lib/compiler/implementation/js_backend/emitter.dart |
diff --git a/lib/compiler/implementation/js_backend/emitter.dart b/lib/compiler/implementation/js_backend/emitter.dart |
index aecbea054017f9bbc9ce211ea84e9ff9efe9ef49..eab6f74beea4bdc76ef586338a60c656b24b78e3 100644 |
--- a/lib/compiler/implementation/js_backend/emitter.dart |
+++ b/lib/compiler/implementation/js_backend/emitter.dart |
@@ -1442,7 +1442,6 @@ $classesCollector.$mangledName = {'': |
String invocationName = "${namer.closureInvocationName(selector)}"; |
mainEnsureGetter = "$mainAccess.$invocationName = $mainAccess"; |
} |
- |
// TODO(ngeoffray): These globals are currently required by the isolate |
// library. They should be removed. |
buffer.add(""" |