| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e6b1923d4d60c1c5d1d65eb11eaef75ce4fb3f5a..07e05f3cc16ad3a80d22247023d433c08b016c3d 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -91,7 +91,8 @@ namespace internal {
|
| F(StoreToSuper_Sloppy, 4, 1) \
|
| F(StoreKeyedToSuper_Strict, 4, 1) \
|
| F(StoreKeyedToSuper_Sloppy, 4, 1) \
|
| - F(DefaultConstructorCallSuper, 2, 1)
|
| + F(DefaultConstructorCallSuper, 2, 1) \
|
| + F(GetSuperConstructor, 1, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_COLLECTIONS(F) \
|
|
|