| Index: tests/compiler/dart2js/sourcemaps/diff_view.dart
|
| diff --git a/tests/compiler/dart2js/sourcemaps/diff_view.dart b/tests/compiler/dart2js/sourcemaps/diff_view.dart
|
| index db07f93c0619af5e65993911c3b1353c0722b36b..e1b0158e68a4622a826bbea335de3aab0deaa15b 100644
|
| --- a/tests/compiler/dart2js/sourcemaps/diff_view.dart
|
| +++ b/tests/compiler/dart2js/sourcemaps/diff_view.dart
|
| @@ -886,7 +886,7 @@ CodeSource codeSourceFromElement(Element element) {
|
| if (element.isLibrary) {
|
| LibraryElement library = element;
|
| kind = CodeKind.LIBRARY;
|
| - name = library.libraryOrScriptName;
|
| + name = library.name;
|
| uri = library.entryCompilationUnit.script.resourceUri;
|
| } else if (element.isClass) {
|
| kind = CodeKind.CLASS;
|
|
|