Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
| index 6ba7cb17071c0770a423a22a08e9c06f262fa272..139aa6f3410b08a3679ff6e3efd1cdf40c82a302 100644 |
| --- a/runtime/vm/flow_graph.h |
| +++ b/runtime/vm/flow_graph.h |
| @@ -140,7 +140,7 @@ class FlowGraph : public ZoneAllocated { |
| #ifdef DEBUG |
| // Validation methods for debugging. |
| bool ResetUseLists(); |
| - bool ValidateUseLists(); |
| + bool VerifyUseLists(); |
| #endif // DEBUG |
| private: |