| Index: runtime/vm/flow_graph_builder.h | 
| =================================================================== | 
| --- runtime/vm/flow_graph_builder.h	(revision 41422) | 
| +++ runtime/vm/flow_graph_builder.h	(working copy) | 
| @@ -407,7 +407,7 @@ | 
| virtual void BuildTypeTest(ComparisonNode* node); | 
| virtual void BuildTypeCast(ComparisonNode* node); | 
|  | 
| -  bool MustSaveRestoreContext(SequenceNode* node) const; | 
| +  bool HasContextScope() const; | 
|  | 
| // Moves the nth parent context into the context register. | 
| void UnchainContexts(intptr_t n); | 
|  |