| Index: sdk/lib/_internal/lib/isolate_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/isolate_helper.dart b/sdk/lib/_internal/lib/isolate_helper.dart
|
| index 093093e9edbe6a93753f42a675323973f4f08b85..a3fb54ef5492bb60c68f7ad857cd1e2297a70fcf 100644
|
| --- a/sdk/lib/_internal/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/lib/isolate_helper.dart
|
| @@ -891,7 +891,7 @@ class IsolateNatives {
|
| }
|
|
|
| static _getJSFunctionFromName(String functionName) {
|
| - return JS("", "init.globalFunctions[#]()", functionName);
|
| + return JS("", "init.staticFunctions[#]()", functionName);
|
| }
|
|
|
| /**
|
|
|