Chromium Code Reviews| Index: runtime/vm/code_index_table.h |
| diff --git a/runtime/vm/code_index_table.h b/runtime/vm/code_index_table.h |
| index 2caf8633a97bb043a078d676b859c16b37d9212f..5cfeca0b72fe75981b4778fd702af649abb28c7f 100644 |
| --- a/runtime/vm/code_index_table.h |
| +++ b/runtime/vm/code_index_table.h |
| @@ -92,6 +92,7 @@ class CodeIndexTable { |
| data_ = new_data; |
| capacity_ = new_capacity; |
| } |
| + |
| private: |
| intptr_t length_; |
| intptr_t capacity_; |