Index: sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
index e13f5806ffcf778e03d90286699648c9dd58afd1..82b2c16edffb1e202942f77d6db1f65e2edc6c2e 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart |
@@ -67,6 +67,11 @@ int _getNextAsyncId() { |
} |
@patch |
+int _getIsolateNum() { |
+ return 0; |
+} |
+ |
+@patch |
void _reportTaskEvent(int start, |
int taskId, |
String phase, |