Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 407bf6f4f0f14dbbb8474f3936305c2bd0ef5d46..efabeef52ba89c41233d736d9099e3afa933786d 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) \ |
| \ |