Index: lib/isolate/frog/ports.dart |
diff --git a/lib/isolate/frog/ports.dart b/lib/isolate/frog/ports.dart |
index 498e0f89fde08886090b10bc4fcfffc119094218..c9a748a24915a285253fba5292a53e4d848ad354 100644 |
--- a/lib/isolate/frog/ports.dart |
+++ b/lib/isolate/frog/ports.dart |
@@ -7,7 +7,7 @@ class _BaseSendPort implements SendPort { |
/** Id for the destination isolate. */ |
final int _isolateId; |
- _BaseSendPort(this._isolateId); |
+ const _BaseSendPort(this._isolateId); |
static void checkReplyTo(SendPort replyTo) { |
if (replyTo !== null |