Chromium Code Reviews| Index: pkg/compiler/lib/src/mirrors/source_mirrors.dart |
| diff --git a/pkg/compiler/lib/src/mirrors/source_mirrors.dart b/pkg/compiler/lib/src/mirrors/source_mirrors.dart |
| index 0afbd8e14b633177966a31cae49045eb3579861f..c8c913f43e10cc0d552a500a20b374c913fda2cc 100644 |
| --- a/pkg/compiler/lib/src/mirrors/source_mirrors.dart |
| +++ b/pkg/compiler/lib/src/mirrors/source_mirrors.dart |
| @@ -142,6 +142,8 @@ abstract class LibraryDependencySourceMirror |
| /// Returns the source location for this import/export declaration. |
| SourceLocation get location; |
| + |
| + /*Future<LibraryMirror>*/ loadLibrary(); |
|
gbracha
2015/04/18 18:00:46
shouldn't there be a comment on this?
rmacnak
2015/04/20 17:21:04
Done.
|
| } |
| /// A mirror on a show/hide combinator declared on a library dependency. |