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

Unified Diff: pkg/compiler/lib/src/resolution/semantic_visitor.dart

Issue 1308803002: Make InferrerVisitor implement SemanticSendVisitor directly and delete ResolvedVisitor. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/resolution/semantic_visitor.dart
diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor.dart b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
index 13b3175f80b668d557c323c257ab31dc912da98c..9c2c39beee616e5ac817043438a342563d554894 100644
--- a/pkg/compiler/lib/src/resolution/semantic_visitor.dart
+++ b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
@@ -3606,7 +3606,7 @@ abstract class SemanticSendVisitor<R, A> {
Send node,
ConstantExpression constant,
NodeList arguments,
- CallStructure callStreucture,
+ CallStructure callStructure,
A arg);
/// Read of the unresolved [element].

Powered by Google App Engine
This is Rietveld 408576698