| 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 121361e0cac5704aa17f3333bee48f035c600b9c..d6272e73bf2d3f0ed47a041a1687075d800b9832 100644
|
| --- a/lib/compiler/implementation/lib/isolate_patch.dart
|
| +++ b/lib/compiler/implementation/lib/isolate_patch.dart
|
| @@ -365,7 +365,7 @@ class _IsolateEvent {
|
|
|
| /** An interface for a stub used to interact with a manager. */
|
| interface _ManagerStub {
|
| - get id();
|
| + get id;
|
| void set id(int i);
|
| void set onmessage(Function f);
|
| void postMessage(msg);
|
|
|