| Index: lib/compiler/implementation/lib/isolate_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/isolate_patch.dart b/lib/compiler/implementation/lib/isolate_patch.dart
|
| index a88c7e619835d35edf9a27f2ad28e9e60e32fb34..c019dee64b2ee35d2e6dd5500c800cca0c49521f 100644
|
| --- a/lib/compiler/implementation/lib/isolate_patch.dart
|
| +++ b/lib/compiler/implementation/lib/isolate_patch.dart
|
| @@ -94,7 +94,7 @@ void _fillStatics(context) native @"""
|
| """;
|
|
|
| ReceivePort _lazyPort;
|
| -patch ReceivePort get port() {
|
| +patch ReceivePort get port {
|
| if (_lazyPort === null) {
|
| _lazyPort = new ReceivePort();
|
| }
|
|
|