Index: runtime/vm/profiler_service.cc |
diff --git a/runtime/vm/profiler_service.cc b/runtime/vm/profiler_service.cc |
index cc0f89da871675fe8ff4481d8ffa68781f7d5963..6b3d8398baf1ec314c4839c292ddabdb7b622f60 100644 |
--- a/runtime/vm/profiler_service.cc |
+++ b/runtime/vm/profiler_service.cc |
@@ -542,7 +542,7 @@ class ProfileFunctionTable : public ZoneAllocated { |
ProfileFunction* Lookup(const Function& function) { |
ASSERT(!function.IsNull()); |
- return function_hash_.Lookup(&function); |
+ return function_hash_.LookupValue(&function); |
} |
ProfileFunction* GetUnknown() { |