| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 963754991ceff88c0296859854c958b35cc0fabc..e9614853658473233443fdc8f25397576fa15e8c 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -740,6 +740,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| registry.registerInstantiatedClass(classElement);
|
| }
|
| }
|
| +
|
| register(helpers.jsPlainJavaScriptObjectClass);
|
| register(helpers.jsUnknownJavaScriptObjectClass);
|
|
|
|
|