Chromium Code Reviews| Index: runtime/vm/parser.h |
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
| index 4caaa5173267ca56a0c0929e7461ad02e001b66f..ece272949ccec809dd1b83eb9ede6f3e32515ac2 100644 |
| --- a/runtime/vm/parser.h |
| +++ b/runtime/vm/parser.h |
| @@ -35,7 +35,7 @@ class ClassDesc; |
| struct MemberDesc; |
| struct ParamList; |
| struct QualIdent; |
| -struct TopLevel; |
| +class TopLevel; |
| // The class ParsedFunction holds the result of parsing a function. |
| class ParsedFunction : public ZoneAllocated { |