| Index: src/runtime.js
|
| diff --git a/src/runtime.js b/src/runtime.js
|
| index f7c91d3cc20e4130c4c6b20c46fe1c94483de68c..5683f8422c372cc39241a77711b26d3bef02e166 100644
|
| --- a/src/runtime.js
|
| +++ b/src/runtime.js
|
| @@ -915,7 +915,7 @@ function ToPositiveInteger(x, rangeErrorIndex) {
|
| // boilerplate gets the right prototype.
|
| %FunctionSetPrototype(GlobalArray, new GlobalArray(0));
|
|
|
| -//----------------------------------------------------------------------------
|
| +// ----------------------------------------------------------------------------
|
|
|
| $concatIterableToArray = ConcatIterableToArray;
|
| $defaultNumber = DefaultNumber;
|
|
|