Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index c06bd4f7fa19baeb4a82cbe64783a6e8152952c1..4e3741e240e1f1aa4adf6079e77da70d7ecd6895 100644 |
--- a/runtime/vm/thread.h |
+++ b/runtime/vm/thread.h |
@@ -115,7 +115,7 @@ class Zone; |
V(uword, call_to_runtime_entry_point_, \ |
StubCode::CallToRuntime_entry()->EntryPoint(), 0) \ |
V(uword, megamorphic_call_checked_entry_, \ |
- StubCode::MegamorphicCall_entry()->CheckedEntryPoint(), 0) \ |
+ StubCode::MegamorphicCall_entry()->EntryPoint(), 0) \ |
V(uword, monomorphic_miss_entry_, \ |
StubCode::MonomorphicMiss_entry()->EntryPoint(), 0) \ |