Chromium Code Reviews| Index: src/top.cc |
| diff --git a/src/top.cc b/src/top.cc |
| index aa7788e3b21ba7ad9e3114aa117bd33582bc0531..e40fc11ef3a74b0f7559e99a3f313fc535adf797 100644 |
| --- a/src/top.cc |
| +++ b/src/top.cc |
| @@ -54,6 +54,7 @@ Address Top::get_address_from_id(Top::AddressId id) { |
| return top_addresses[id]; |
| } |
| + |
| char* Top::Iterate(ObjectVisitor* v, char* thread_storage) { |
| ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage); |
| Iterate(v, thread); |