| Index: src/interface-descriptors.h
|
| diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
|
| index 95ebb4976ca33c0b2798c5590d992a61b09e8b43..b0fe2991aa3d214904e24aeaabba1e8ec2c2083f 100644
|
| --- a/src/interface-descriptors.h
|
| +++ b/src/interface-descriptors.h
|
| @@ -720,7 +720,7 @@ class IteratingArrayBuiltinLoopContinuationDescriptor
|
| : public BuiltinDescriptor {
|
| public:
|
| DEFINE_BUILTIN_PARAMETERS(kCallback, kThisArg, kArray, kObject, kInitialK,
|
| - kLength)
|
| + kLength, kTo)
|
| DECLARE_BUILTIN_DESCRIPTOR(IteratingArrayBuiltinLoopContinuationDescriptor)
|
| };
|
|
|
|
|