| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index eedc7118753f946cedc4be7f7b53b8c2d55b8d2c..9d50834e2e6cb487f002d198e3ceb4ee1b063746 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -191,8 +191,8 @@ class EffectGraphVisitor : public AstNodeVisitor {
|
| int start_index,
|
| Value* alloc_value);
|
|
|
| - void BuildStoreContext(const LocalVariable& variable, intptr_t start_index);
|
| - void BuildLoadContext(const LocalVariable& variable, intptr_t start_index);
|
| + void BuildStoreContext(const LocalVariable& variable);
|
| + void BuildLoadContext(const LocalVariable& variable);
|
|
|
| void BuildThrowNode(ThrowNode* node);
|
|
|
|
|