Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 64d4953ce5d5654e2b63146a615b5e87215bd83a..5c90146ca8f63ee9870f723531fa89bb60e43367 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -109,7 +109,7 @@ namespace internal { |
F(DebugCallbackSupportsStepping, 1, 1) \ |
F(DebugPrepareStepInIfStepping, 1, 1) \ |
F(FlattenString, 1, 1) \ |
- F(MigrateInstance, 1, 1) \ |
+ F(TryMigrateInstance, 1, 1) \ |
F(NotifyContextDisposed, 0, 1) \ |
F(MaxSmi, 0, 1) \ |
\ |