| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 297443591dc1c80d259e4f2ab7748e1dce4eb14d..b8f96aa80de3f6ca49fc9fbcfee5ead4a0b5990a 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -209,8 +209,7 @@ namespace internal {
|
| #define FOR_EACH_INTRINSIC_FORIN(F) \
|
| F(ForInEnumerate, 1, 1) \
|
| F(ForInFilter, 2, 1) \
|
| - F(ForInHasProperty, 2, 1) \
|
| - F(ForInNext, 4, 1)
|
| + F(ForInHasProperty, 2, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_INTERPRETER(F) \
|
| F(InterpreterNewClosure, 4, 1) \
|
|
|