| Index: lib/runtime/dart/_isolate_helper.js
|
| diff --git a/lib/runtime/dart/_isolate_helper.js b/lib/runtime/dart/_isolate_helper.js
|
| index 9f50c3de765706e87b3eb43a047dff49c5d4b712..a30394e3a4f7cca0ca55beaf1015ee64c9adf0f0 100644
|
| --- a/lib/runtime/dart/_isolate_helper.js
|
| +++ b/lib/runtime/dart/_isolate_helper.js
|
| @@ -826,6 +826,9 @@ var _isolate_helper;
|
| return !!self.postMessage;
|
| }
|
| });
|
| + class _MainFunction extends core.Function {}
|
| + class _MainFunctionArgs extends core.Function {}
|
| + class _MainFunctionArgsMessage extends core.Function {}
|
| let _getEventData = Symbol('_getEventData');
|
| let _getJSFunctionFromName = Symbol('_getJSFunctionFromName');
|
| let _startIsolate = Symbol('_startIsolate');
|
|
|