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

Unified Diff: dart/frog/tests/leg/src/mock_compiler.dart

Issue 9283031: Build script tags. (Closed) Base URL: ssh://aaricia.aar/home/ahe/Dart/all/dart.googlecode.com.git@script
Patch Set: Address review comments Created 8 years, 11 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 | « dart/frog/tests/leg/src/TypeCheckerTest.dart ('k') | dart/frog/tests/leg/src/parser_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg/src/mock_compiler.dart
diff --git a/dart/frog/tests/leg/src/mock_compiler.dart b/dart/frog/tests/leg/src/mock_compiler.dart
index aff92a838bcf38067310bfdbafc16f29cf135afd..541792ed6549e3fb657d99e443b78429bc2733ca 100644
--- a/dart/frog/tests/leg/src/mock_compiler.dart
+++ b/dart/frog/tests/leg/src/mock_compiler.dart
@@ -98,7 +98,7 @@ class MockCompiler extends Compiler {
for (Link<Element> link = parseUnit(text, this);
!link.isEmpty();
link = link.tail) {
- universe.define(link.head);
+ universe.define(link.head, this);
}
}
« no previous file with comments | « dart/frog/tests/leg/src/TypeCheckerTest.dart ('k') | dart/frog/tests/leg/src/parser_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698