Chromium Code Reviews| Index: frog/tree.dart |
| diff --git a/frog/tree.dart b/frog/tree.dart |
| index bdc4cdbbf11eee23d7d0722b92405aa248efa6f3..dd846941282bb61cd899cf7705abdb868612c651 100644 |
| --- a/frog/tree.dart |
| +++ b/frog/tree.dart |
| @@ -27,6 +27,7 @@ class Definition extends Statement { |
| Definition(SourceSpan span): super(span) {} |
| List<TypeParameter> get typeParameters() => null; |
| + String get nativeType() => null; |
| } |
| /** The base type for statements. */ |