Chromium Code Reviews| Index: frog/leg/scanner/scanner_task.dart |
| =================================================================== |
| --- frog/leg/scanner/scanner_task.dart (revision 4390) |
| +++ frog/leg/scanner/scanner_task.dart (working copy) |
| @@ -12,6 +12,7 @@ |
| if (compilationUnit.kind === ElementKind.LIBRARY) { |
| processScriptTags(compilationUnit); |
| } |
| + native.processNativeClasses(compiler, compilationUnit); |
| }); |
| } |