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