Chromium Code Reviews| Index: frog/leg/compiler.dart |
| =================================================================== |
| --- frog/leg/compiler.dart (revision 4390) |
| +++ frog/leg/compiler.dart (working copy) |
| @@ -253,6 +253,8 @@ |
| void runCompiler(Script script) { |
| scanBuiltinLibraries(); |
| mainApp = new LibraryElement(script); |
| + native.checkNativeSupport(this, mainApp); |
| + |
| Element element; |
| withCurrentElement(mainApp, () { |
| scanner.scan(currentElement); |