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

Unified Diff: pkg/compiler/lib/src/ssa/builder.dart

Issue 1437463005: Compute NewStructure in resolution. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Long line. Created 5 years, 1 month 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/ssa/builder.dart
diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
index 8a9ab413cfd07fc22314cc9acca2e09e0b9244e0..2eae9e85caa2ddf9194ca3cc6c7457a4a3017203 100644
--- a/pkg/compiler/lib/src/ssa/builder.dart
+++ b/pkg/compiler/lib/src/ssa/builder.dart
@@ -973,7 +973,6 @@ class SwitchCaseJumpHandler extends TargetJumpHandler {
class SsaBuilder extends ast.Visitor
with BaseImplementationOfCompoundsMixin,
BaseImplementationOfSetIfNullsMixin,
- SendResolverMixin,
SemanticSendResolvedMixin,
NewBulkMixin,
ErrorBulkMixin

Powered by Google App Engine
This is Rietveld 408576698