Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index be0e545f465baddcee8cd501011eedcdb51a58ce..f84355bfd02217c6071227edb0e0823799b3052a 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -100,6 +100,7 @@ namespace internal { |
| F(DebugCallbackSupportsStepping, 1, 1) \ |
| F(DebugPrepareStepInIfStepping, 1, 1) \ |
| F(FlattenString, 1, 1) \ |
| + F(LoadMutableDouble, 2, 1) \ |
| F(TryMigrateInstance, 1, 1) \ |
| F(NotifyContextDisposed, 0, 1) \ |
| \ |