Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 799741563439e9fc1c76b3f6a1138015763a84e9..b42063a5e53c7b18fb34ab1b1f38092f0f768188 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -192,7 +192,8 @@ namespace internal { |
| F(LoadFromSuper, 3, 1) \ |
| F(LoadKeyedFromSuper, 3, 1) \ |
| F(StoreToSuper_Strict, 4, 1) \ |
| - F(StoreToSuper_Sloppy, 4, 1) |
| + F(StoreToSuper_Sloppy, 4, 1) \ |
| + F(DefineClass, 3, 1) |
| #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ |