| Index: runtime/vm/debugger.h
|
| diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
|
| index f3536c7e7731592c033547158cf53ef8366ed29f..4338275ba319d5ccfceb20ac196d32873b6cac42 100644
|
| --- a/runtime/vm/debugger.h
|
| +++ b/runtime/vm/debugger.h
|
| @@ -285,8 +285,9 @@ class ActivationFrame : public ZoneAllocated {
|
|
|
| void VariableAt(intptr_t i,
|
| String* name,
|
| - TokenPosition* token_pos,
|
| - TokenPosition* end_pos,
|
| + TokenPosition* declaration_token_pos,
|
| + TokenPosition* visible_start_token_pos,
|
| + TokenPosition* visible_end_token_pos,
|
| Object* value);
|
|
|
| RawArray* GetLocalVariables();
|
|
|