Chromium Code Reviews| Index: frog/leg/ssa/codegen.dart |
| =================================================================== |
| --- frog/leg/ssa/codegen.dart (revision 5677) |
| +++ frog/leg/ssa/codegen.dart (working copy) |
| @@ -1116,6 +1116,8 @@ |
| bool isSupertypeOfNativeClass(Element element) { |
| // TODO(ngeoffray): Check all types that are super types of native |
| // classes. |
| + compiler.registerStaticUse(compiler.findHelper( |
| + const SourceString('dynamicIsCheck'))); |
| return true; |
| } |
| } |