| Index: pkg/compiler/lib/src/dart_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| index 8d9d0cce24ce852446f1c395b5b21f3c2b097436..ecc4418ae85e2c3fcdd5c6e0aef8a9fda3df2344 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| @@ -236,7 +236,7 @@ class DartBackend extends Backend {
|
| if (useMirrorHelperLibrary &&
|
| loadedLibraries.containsLibrary(Uris.dart_mirrors)) {
|
| return compiler.libraryLoader
|
| - .loadLibrary(compiler.translateResolvedUri(
|
| + .loadLibrary(compiler.resolvedUriTranslator.translate(
|
| loadedLibraries.getLibrary(Uris.dart_mirrors),
|
| MirrorRenamerImpl.DART_MIRROR_HELPER,
|
| null))
|
|
|