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

Unified Diff: pkg/compiler/lib/src/kernel/fasta_support.dart

Issue 2897683002: Move code for instantiating Invocation to Target. (Closed)
Patch Set: Created 3 years, 7 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/kernel/fasta_support.dart
diff --git a/pkg/compiler/lib/src/kernel/fasta_support.dart b/pkg/compiler/lib/src/kernel/fasta_support.dart
index 78508d50e2abe5f2a026ec409325955ce9ee40e2..a73924063778e3529ad4e4438b60fe5d61f85465 100644
--- a/pkg/compiler/lib/src/kernel/fasta_support.dart
+++ b/pkg/compiler/lib/src/kernel/fasta_support.dart
@@ -106,7 +106,7 @@ class KernelTargetForDart2js extends KernelTarget {
/// are included in the SDK, and native clauses have no string parameter.
class DillTargetForDart2js extends DillTarget {
DillTargetForDart2js(Ticker ticker, TranslateUri uriTranslator)
- : super(ticker, uriTranslator);
+ : super(ticker, uriTranslator, "none");
@override
Token skipNativeClause(Token token) => _skipNative(token);
« no previous file with comments | « no previous file | pkg/front_end/lib/kernel_generator.dart » ('j') | pkg/kernel/lib/transformations/mixin_full_resolution.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698