Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: pkg/compiler/lib/src/mirrors/source_mirrors.dart

Issue 1095903002: Deal with deferred loading in the VM mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698