| Index: test/codegen/expect/dart/_foreign_helper.js
|
| diff --git a/test/codegen/expect/dart/_foreign_helper.js b/test/codegen/expect/dart/_foreign_helper.js
|
| index 0ccb952a911057cf8b07bd8ebe80b07bb511ff7a..da5466e74464feacc7fa2688cbfee705cb2ac401 100644
|
| --- a/test/codegen/expect/dart/_foreign_helper.js
|
| +++ b/test/codegen/expect/dart/_foreign_helper.js
|
| @@ -31,7 +31,7 @@ var _foreign_helper;
|
| // Function JS_CURRENT_ISOLATE_CONTEXT: () → IsolateContext
|
| function JS_CURRENT_ISOLATE_CONTEXT() {
|
| }
|
| - class IsolateContext extends dart.Object {
|
| + class IsolateContext extends core.Object {
|
| }
|
| // Function JS_CALL_IN_ISOLATE: (dynamic, Function) → dynamic
|
| function JS_CALL_IN_ISOLATE(isolate, function) {
|
| @@ -112,7 +112,7 @@ var _foreign_helper;
|
| function JS_EFFECT(code) {
|
| dart.dinvokef(code, null);
|
| }
|
| - class JS_CONST extends dart.Object {
|
| + class JS_CONST extends core.Object {
|
| JS_CONST(code) {
|
| this.code = code;
|
| }
|
|
|