Chromium Code Reviews| Index: frog/leg/compiler.dart |
| =================================================================== |
| --- frog/leg/compiler.dart (revision 5866) |
| +++ frog/leg/compiler.dart (working copy) |
| @@ -267,6 +267,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('DART_CLOSURE_TO_JS'), library), this); |
| } |
| void runCompiler(Uri uri) { |