| Index: LayoutTests/fast/js/iterable-object-expected.txt
|
| diff --git a/LayoutTests/fast/js/iterable-object-expected.txt b/LayoutTests/fast/js/iterable-object-expected.txt
|
| index ad4327606e86873aca0ef0810ff05557179dff44..09a1ae3ed4b1058354c66f6ae020fafe6c83b59c 100644
|
| --- a/LayoutTests/fast/js/iterable-object-expected.txt
|
| +++ b/LayoutTests/fast/js/iterable-object-expected.txt
|
| @@ -29,6 +29,11 @@ entry = 1,1
|
| entry = 2,4
|
| entry = 3,9
|
| entry = 4,16
|
| +thisArg, 0, 0, [object Internals]
|
| +thisArg, 1, 1, [object Internals]
|
| +thisArg, 4, 2, [object Internals]
|
| +thisArg, 9, 3, [object Internals]
|
| +thisArg, 16, 4, [object Internals]
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|