Chromium Code Reviews| Index: frog/leg/compiler.dart |
| =================================================================== |
| --- frog/leg/compiler.dart (revision 4786) |
| +++ frog/leg/compiler.dart (working copy) |
| @@ -251,7 +251,7 @@ |
| void runCompiler(Script script) { |
| scanBuiltinLibraries(); |
| mainApp = new LibraryElement(script); |
| - native.checkNativeSupport(this, mainApp); |
| + native.checkNativeSupport(this, mainApp, null); |
| Element element; |
| withCurrentElement(mainApp, () { |