Index: runtime/lib/isolate_patch.dart |
diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart |
index 10f2c85f02231c92475f9546dd19dd35ddf92f5d..1113d98b6de4095e0bd60e13da6c555a9be61e18 100644 |
--- a/runtime/lib/isolate_patch.dart |
+++ b/runtime/lib/isolate_patch.dart |
@@ -116,7 +116,7 @@ _getPortInternal() native "isolate_getPortInternal"; |
ReceivePort _portInternal; |
-patch ReceivePort get port() { |
+patch ReceivePort get port { |
if (_portInternal === null) { |
_portInternal = _getPortInternal(); |
} |