| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 8b25e517340ecf4bdfa4c96231a26a1232e54d83..cc7728e74e888a3a4b73ff4b20c52c79302f3290 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -191,7 +191,8 @@ namespace internal {
 | 
|    F(ThrowUnsupportedSuperError, 0, 1)                      \
 | 
|    F(LoadFromSuper, 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)              \
 | 
| 
 |