| Index: runtime/vm/kernel_to_il.h
|
| diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
|
| index af988e78c2c502bba66355763900bafaf17402e8..7102f771c2fdf06e28da408db2d4e213cc6191b8 100644
|
| --- a/runtime/vm/kernel_to_il.h
|
| +++ b/runtime/vm/kernel_to_il.h
|
| @@ -977,6 +977,7 @@ class FlowGraphBuilder : public ExpressionVisitor, public StatementVisitor {
|
| LocalVariable* variable,
|
| intptr_t pos);
|
| dart::LocalVariable* LookupVariable(VariableDeclaration* var);
|
| + dart::LocalVariable* LookupVariable(intptr_t kernel_offset);
|
|
|
| void SetTempIndex(Definition* definition);
|
|
|
|
|