Chromium Code Reviews| Index: runtime/vm/ast.h |
| =================================================================== |
| --- runtime/vm/ast.h (revision 30381) |
| +++ runtime/vm/ast.h (working copy) |
| @@ -377,8 +377,7 @@ |
| const char* TypeName() const; |
| virtual const Instance* EvalConstExpr() const { |
| - if (!type_.IsInstantiated() || |
| - type_.IsMalformed() || type_.IsMalbounded()) { |
| + if (!type_.IsInstantiated() || type_.IsMalformedOrMalbounded()) { |
| return NULL; |
| } |
| return &type(); |