| Index: LayoutTests/fast/js/cyclic-proto-expected.txt
|
| diff --git a/LayoutTests/fast/js/cyclic-proto-expected.txt b/LayoutTests/fast/js/cyclic-proto-expected.txt
|
| index 7ca69bb55a95758835fe0ecb0d8bbb916ba05629..9e6e27162b30e307ed44c8ede2b177feff346eeb 100644
|
| --- a/LayoutTests/fast/js/cyclic-proto-expected.txt
|
| +++ b/LayoutTests/fast/js/cyclic-proto-expected.txt
|
| @@ -3,7 +3,7 @@ This test checks that setting a cyclic value for __proto__ throws an exception a
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS x.__proto__ = x; threw exception Error: Cyclic __proto__ value.
|
| +PASS x.__proto__ = x; threw exception TypeError: Cyclic __proto__ value.
|
| PASS x.__proto__ is originalProto
|
| PASS successfullyParsed is true
|
|
|
|
|