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

Unified Diff: pkg/kernel/bin/dartk.dart

Issue 2669303002: Support for modular mixin resolution. (Closed)
Patch Set: Update binary format Created 3 years, 10 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
« no previous file with comments | « no previous file | pkg/kernel/binary.md » ('j') | pkg/kernel/binary.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/bin/dartk.dart
diff --git a/pkg/kernel/bin/dartk.dart b/pkg/kernel/bin/dartk.dart
index 6c1094bd156466bbe3ae76e76be7dc763bbcef41..4726f15d61592b2e9222c662ce7d1c595457aec9 100755
--- a/pkg/kernel/bin/dartk.dart
+++ b/pkg/kernel/bin/dartk.dart
@@ -326,6 +326,7 @@ Future<CompilerOutcome> batchMain(
program = loader.loadProgram(fileUri, target: target);
} else {
var library = loader.loadLibrary(fileUri);
+ loader.loadSdkInterface(program, target);
assert(library ==
repository.getLibraryReference(applicationRoot.relativeUri(fileUri)));
program = new Program(repository.libraries);
« no previous file with comments | « no previous file | pkg/kernel/binary.md » ('j') | pkg/kernel/binary.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698