| Index: lib/runtime/dart/isolate.js
|
| diff --git a/lib/runtime/dart/isolate.js b/lib/runtime/dart/isolate.js
|
| index c5a509a390c9c143146aff040f83c4d55e1418ab..d54a03a13975e8d65a4391a39a1164bb42f3ce4b 100644
|
| --- a/lib/runtime/dart/isolate.js
|
| +++ b/lib/runtime/dart/isolate.js
|
| @@ -155,8 +155,7 @@ var isolate;
|
| return _isolate_helper.IsolateNatives.currentIsolate;
|
| }
|
| });
|
| - class SendPort extends core.Object {
|
| - }
|
| + class SendPort extends core.Object {}
|
| SendPort[dart.implements] = () => [Capability];
|
| class ReceivePort extends core.Object {
|
| ReceivePort() {
|
|
|