| Index: tests/compiler/dart2js/memory_compiler.dart
|
| diff --git a/tests/compiler/dart2js/memory_compiler.dart b/tests/compiler/dart2js/memory_compiler.dart
|
| index fa257a8eb76d32e8f53aafd92597af97a593fe81..5d0431cbf833cb260ae73ed36aef6a9d87deae9f 100644
|
| --- a/tests/compiler/dart2js/memory_compiler.dart
|
| +++ b/tests/compiler/dart2js/memory_compiler.dart
|
| @@ -188,7 +188,7 @@ Compiler compilerFor(Map<String,String> memorySourceFiles,
|
| Map cachedTreeElements =
|
| cachedCompiler.enqueuer.resolution.resolvedElements;
|
| cachedTreeElements.forEach((element, treeElements) {
|
| - if (element.getLibrary().isPlatformLibrary) {
|
| + if (element.library.isPlatformLibrary) {
|
| compiler.enqueuer.resolution.resolvedElements[element] =
|
| treeElements;
|
| }
|
|
|