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 45776aaf6b95b0a750168f4965d0d2ca4a53cfb5..2a8968561340e7783fdd86a0f843c0e3ea400f85 100644 |
--- a/sdk/lib/_internal/lib/isolate_helper.dart |
+++ b/sdk/lib/_internal/lib/isolate_helper.dart |
@@ -501,6 +501,8 @@ typedef _MainFunction(); |
typedef _MainFunctionArgs(args); |
typedef _MainFunctionArgsMessage(args, message); |
+/// Note: IsolateNatives depends on _globalState which is only set up correctly |
+/// when 'dart:isolate' has been imported. |
class IsolateNatives { |
static String thisScript = computeThisScript(); |