| Index: lib/compiler/implementation/dart_backend/emitter.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/emitter.dart b/lib/compiler/implementation/dart_backend/emitter.dart
|
| index 86de2cfa6a21c15741d96560b41a95ab713418be..e6af8a51718fa2758e57750250df21fdde4dea82 100644
|
| --- a/lib/compiler/implementation/dart_backend/emitter.dart
|
| +++ b/lib/compiler/implementation/dart_backend/emitter.dart
|
| @@ -22,7 +22,7 @@ String emitCode(
|
| }
|
|
|
| imports.forEach((libraryElement, prefix) {
|
| - unparser.addString('#import("${libraryElement.uri}",prefix:"$prefix");');
|
| + unparser.unparseImportTag('${libraryElement.uri}', prefix);
|
| });
|
|
|
| for (final element in topLevelElements) {
|
|
|