| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 602a679e8b18a5fb8f0baa3cb3b2212de9c7f2e0..7f29483677f524468b3f6fad1116d299c2cda62a 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -71,7 +71,8 @@ namespace internal {
|
| F(StoreKeyedToSuper_Sloppy, 4, 1) \
|
| F(HandleStepInForDerivedConstructors, 1, 1) \
|
| F(DefaultConstructorCallSuper, 0, 1) \
|
| - F(CallSuperWithSpread, 0, 1)
|
| + F(CallSuperWithSpread, 0, 1) \
|
| + F(GetNewTarget, 0, 1)
|
|
|
|
|
| #define FOR_EACH_INTRINSIC_COLLECTIONS(F) \
|
|
|