Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 3d2f1c0fa7668a61faee42a18ba2cca9162a624d..a4924ecddcc8b6bcd6051029a4872b1205425c76 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -111,6 +111,7 @@ namespace internal { |
| F(DebugPrepareStepInIfStepping, 1, 1) \ |
| F(FlattenString, 1, 1) \ |
| F(MigrateInstance, 1, 1) \ |
| + F(NotifyContextDisposed, 0, 1) \ |
| \ |
| /* Array join support */ \ |
| F(PushIfAbsent, 2, 1) \ |