| Index: pkg/compiler/lib/src/resolution/registry.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart
|
| index 5ef981790af0a64c8be75c564a974033f254c50e..675071380d8aebc8cd986b0829600794932d5218 100644
|
| --- a/pkg/compiler/lib/src/resolution/registry.dart
|
| +++ b/pkg/compiler/lib/src/resolution/registry.dart
|
| @@ -387,6 +387,10 @@ class ResolutionRegistry extends Registry {
|
| mapping.setSendStructure(node, sendStructure);
|
| }
|
|
|
| + void registerNewStructure(NewExpression node, NewStructure newStructure) {
|
| + mapping.setNewStructure(node, newStructure);
|
| + }
|
| +
|
| // TODO(johnniwinther): Remove this when [SendStructure]s are part of the
|
| // [ResolutionResult].
|
| SendStructure getSendStructure(Send node) {
|
|
|