| Index: sdk/lib/_internal/compiler/implementation/js/template.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js/template.dart b/sdk/lib/_internal/compiler/implementation/js/template.dart
|
| index f223691228fdcf25a756de57c10a41c35b985b60..5cf18a34bb2edd8343e4d1f02966ac78907f1e69 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js/template.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js/template.dart
|
| @@ -454,8 +454,6 @@ class InstantiatorGeneratorVisitor implements NodeVisitor<Instantiator> {
|
| };
|
| }
|
|
|
| - Instantiator visitSequence(Sequence node) => TODO('visitSequence');
|
| -
|
| Instantiator visitAssignment(Assignment node) {
|
| Instantiator makeLeftHandSide = visit(node.leftHandSide);
|
| String op = node.op;
|
|
|