Chromium Code Reviews| Index: frog/leg/compiler.dart |
| =================================================================== |
| --- frog/leg/compiler.dart (revision 5817) |
| +++ frog/leg/compiler.dart (working copy) |
| @@ -265,6 +265,8 @@ |
| const SourceString('JS_CURRENT_ISOLATE'), library), this); |
| library.define(new ForeignElement( |
| const SourceString('JS_CALL_IN_ISOLATE'), library), this); |
| + library.define(new ForeignElement( |
| + const SourceString('JS_TO_CLOSURE'), library), this); |
| } |
| void runCompiler(Uri uri) { |