| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 98bb8a06409208fefc7407e7ff9a8f6d3ed9562d..03333d5aff486c57a2af6d0f281be6bd9c68d9aa 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -63,7 +63,7 @@ class ParsedFunction : public ZoneAllocated {
|
| LocalVariable* temp = new(zone()) LocalVariable(
|
| function.token_pos(),
|
| Symbols::CurrentContextVar(),
|
| - Type::ZoneHandle(zone(), Type::DynamicType()));
|
| + Object::dynamic_type());
|
| ASSERT(temp != NULL);
|
| current_context_var_ = temp;
|
| }
|
|
|