Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 28079) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -662,6 +662,8 @@ |
| const Function& constructor, |
| ArgumentListNode* arguments); |
| + void AddEqualityNullCheck(); |
| + |
| RawInstance* TryCanonicalize(const Instance& instance, intptr_t token_pos); |
| Isolate* isolate() const { return isolate_; } |