| Index: third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt b/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
|
| index c7ab50835fbb396df97ee2b58f24109472359157..34bf57a7d341c326aa69cedc231674b636e285e7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
|
| @@ -29,7 +29,7 @@ entry = 1,1
|
| entry = 2,4
|
| entry = 3,9
|
| entry = 4,16
|
| -PASS internals.forEach("not a function") threw exception TypeError: Failed to execute 'forEach' on 'Internals': The callback provided as parameter 1 is not a function..
|
| +PASS internals.forEach("not a function") threw exception TypeError: not a function is not a function.
|
| callback called
|
| PASS internals.forEach(function () { debug("callback called"); throw Error("stop!"); }) threw exception Error: stop!.
|
| thisArg, 0, 0, [object Internals]
|
|
|