| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 0756cba1a981b75dc2087031fb536d31a59b0a70..0b37e121b48a907f4df1aa7d54ae671e55646b50 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -115,6 +115,7 @@ class ParsedFunction : public ZoneAllocated {
|
| // Every function has a local variable for the current context.
|
| LocalVariable* temp = new(zone()) LocalVariable(
|
| function.token_pos(),
|
| + function.token_pos(),
|
| Symbols::CurrentContextVar(),
|
| Object::dynamic_type());
|
| ASSERT(temp != NULL);
|
|
|