| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 25559)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -348,8 +348,8 @@
|
| void BuildConstructorCall(ConstructorCallNode* node,
|
| PushArgumentInstr* alloc_value);
|
|
|
| - void BuildStoreContext(const LocalVariable& variable);
|
| - void BuildLoadContext(const LocalVariable& variable);
|
| + void BuildSaveContext(const LocalVariable& variable);
|
| + void BuildRestoreContext(const LocalVariable& variable);
|
|
|
| void BuildThrowNode(ThrowNode* node);
|
|
|
|
|