Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 398cb3bcc24dd1b49102c9940f4bd15129573f3f..f9f398690284af99932ecea05b4a7c6044c34dd2 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -109,6 +109,7 @@ namespace internal { |
| F(DebugCallbackSupportsStepping, 1, 1) \ |
| F(DebugPrepareStepInIfStepping, 1, 1) \ |
| F(FlattenString, 1, 1) \ |
| + F(MigrateInstance, 1, 1) \ |
| \ |
| /* Array join support */ \ |
| F(PushIfAbsent, 2, 1) \ |