| Index: pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart b/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| index 30c9c8c4a651b5c37eca67ed7b3734fee90a2328..72f873fdcceae9abc9770c7199d6b51abbdcc3ed 100644
|
| --- a/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| @@ -2283,7 +2283,7 @@ class SimpleTypeInferrerVisitor<T>
|
| TypeMask moveNextMask = elements.getMoveNextTypeMask(node);
|
|
|
| js.JavaScriptBackend backend = compiler.backend;
|
| - Element ctor = backend.getStreamIteratorConstructor();
|
| + Element ctor = backend.helpers.streamIteratorConstructor;
|
|
|
| /// Synthesize a call to the [StreamIterator] constructor.
|
| T iteratorType = handleStaticSend(node, null, null, ctor,
|
|
|