| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index 540ba50ecb788da3fa36a95bf0376e7cd6538f04..962cdb81808ac4316b96c75236a13e8c985d31ea 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -4478,7 +4478,7 @@ class SsaBuilder extends ast.Visitor
|
| js.js.parseForeignJS("$isolateName = #"),
|
| backend.dynamicType,
|
| <HInstruction>[pop()],
|
| - nativeBehavior: native.NativeBehavior.PURE,
|
| + nativeBehavior: native.NativeBehavior.CHANGES_STATIC_PROPERTY,
|
| effects: sideEffects));
|
| }
|
|
|
|
|