| Index: dart/lib/isolate/base.dart
|
| diff --git a/dart/lib/isolate/base.dart b/dart/lib/isolate/base.dart
|
| index 0577ec2937794e3de192fbde0267b51e015ea651..4805376d0472ad7147be6c89cc902a9f9b8925c2 100644
|
| --- a/dart/lib/isolate/base.dart
|
| +++ b/dart/lib/isolate/base.dart
|
| @@ -14,7 +14,7 @@ class IsolateSpawnException implements Exception {
|
| * the first communication between isolates (see [spawnFunction] and
|
| * [spawnUri]).
|
| */
|
| -external ReceivePort get port();
|
| +external ReceivePort get port;
|
|
|
| /**
|
| * Creates and spawns an isolate that shares the same code as the current
|
|
|