| Index: lib/runtime/dart/_foreign_helper.js
|
| diff --git a/lib/runtime/dart/_foreign_helper.js b/lib/runtime/dart/_foreign_helper.js
|
| index 02764210101f2698501486fab3706cf24e127a9a..4ff6dcc3d79e6c9085a4e85a1964e65f035f62dc 100644
|
| --- a/lib/runtime/dart/_foreign_helper.js
|
| +++ b/lib/runtime/dart/_foreign_helper.js
|
| @@ -31,8 +31,7 @@ var _foreign_helper;
|
| // Function JS_CURRENT_ISOLATE_CONTEXT: () → IsolateContext
|
| function JS_CURRENT_ISOLATE_CONTEXT() {
|
| }
|
| - class IsolateContext extends core.Object {
|
| - }
|
| + class IsolateContext extends core.Object {}
|
| // Function JS_CALL_IN_ISOLATE: (dynamic, Function) → dynamic
|
| function JS_CALL_IN_ISOLATE(isolate, func) {
|
| }
|
|
|