| Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| index a8c96243ab39f06993583cd96dddbd9a289e779b..6f541ebef565b4b30df523312c981aa1a5f3a404 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -108,7 +108,7 @@ class TypeGraphInferrer implements TypesInferrer {
|
| return inferrer.types.getInferredTypeOfParameter(element).type;
|
| }
|
|
|
| - TypeMask getTypeForNewList(Element owner, ast.Node node) {
|
| + TypeMask getTypeForNewList(ast.Node node) {
|
| if (compiler.disableTypeInference) return _dynamicType;
|
| return inferrer.types.allocatedLists[node].type;
|
| }
|
|
|