| Index: lib/runtime/dart/_foreign_helper.js
|
| diff --git a/lib/runtime/dart/_foreign_helper.js b/lib/runtime/dart/_foreign_helper.js
|
| index 96b1f853e5d694095e4d540b523e0feb25afd876..3eaf2b220545dff7831960e5cb6545ed3169ebe4 100644
|
| --- a/lib/runtime/dart/_foreign_helper.js
|
| +++ b/lib/runtime/dart/_foreign_helper.js
|
| @@ -33,7 +33,6 @@ var core = dart.import(core);
|
| }
|
| dart.fn(JS_CURRENT_ISOLATE_CONTEXT, () => dart.functionType(IsolateContext, []));
|
| class IsolateContext extends core.Object {}
|
| - dart.setSignature(IsolateContext, {});
|
| function JS_CALL_IN_ISOLATE(isolate, func) {
|
| }
|
| dart.fn(JS_CALL_IN_ISOLATE, dart.dynamic, [dart.dynamic, core.Function]);
|
| @@ -118,7 +117,6 @@ var core = dart.import(core);
|
| this.code = code;
|
| }
|
| }
|
| - dart.setSignature(JS_CONST, {});
|
| function JS_STRING_CONCAT(a, b) {
|
| return a + b;
|
| }
|
|
|