| Index: sdk/lib/_internal/js_runtime/lib/isolate_helper.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart b/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart
|
| index e3f13bff076baa03c518ac68d1073c3d3582d0c5..5ff44bbc5f881fbeb560191959cdd340fa67b2dc 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart
|
| @@ -31,9 +31,8 @@ import 'dart:_js_helper' show
|
| import 'dart:_foreign_helper' show DART_CLOSURE_TO_JS,
|
| JS,
|
| JS_CURRENT_ISOLATE_CONTEXT,
|
| - JS_CURRENT_ISOLATE,
|
| JS_EMBEDDED_GLOBAL,
|
| - JS_SET_CURRENT_ISOLATE,
|
| + JS_SET_STATIC_STATE,
|
| IsolateContext;
|
|
|
| import 'dart:_interceptors' show Interceptor,
|
| @@ -482,7 +481,7 @@ class _IsolateContext implements IsolateContext {
|
| }
|
|
|
| void _setGlobals() {
|
| - JS_SET_CURRENT_ISOLATE(isolateStatics);
|
| + JS_SET_STATIC_STATE(isolateStatics);
|
| }
|
|
|
| /**
|
|
|