Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 38e1469b30306f74cf38674202176c8f9a2ef591..3bce9005f4ba32c368499f092fd03efaabfab5e5 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -186,7 +186,9 @@ namespace internal { |
| F(HomeObjectSymbol, 0, 1) \ |
| F(ThrowNonMethodError, 0, 1) \ |
| F(ThrowUnsupportedSuperError, 0, 1) \ |
| - F(LoadFromSuper, 3, 1) |
| + F(LoadFromSuper, 3, 1) \ |
| + F(StoreToSuper_Strict, 4, 1) \ |
| + F(StoreToSuper_Sloppy, 4, 1) |
| #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ |