Chromium Code Reviews| Index: runtime/vm/class_table.h |
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
| index 8882b238f6c057fdfb25c8db6146eb35ce279b25..064e3b8abcf56b28cca777f9ad03db0d4ba5584f 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -158,7 +158,7 @@ class ClassTable { |
| } |
| - void AllocationProfilePrintToJSONStream(JSONStream* stream); |
| + void AllocationProfilePrintJSON(JSONStream* stream); |
| void ResetAllocationAccumulators(); |
| private: |