| Index: test/webkit/cyclic-prototypes-expected.txt
|
| diff --git a/test/webkit/cyclic-prototypes-expected.txt b/test/webkit/cyclic-prototypes-expected.txt
|
| index 7ac87b04ca9cde9eb65f230e3b1ea8f51c1618d3..34bdb04a739c4234d5dca10a3e583a830e13a512 100644
|
| --- a/test/webkit/cyclic-prototypes-expected.txt
|
| +++ b/test/webkit/cyclic-prototypes-expected.txt
|
| @@ -26,7 +26,7 @@ This test makes sure we don't hang when setting cyclic prototype values: http://
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS o1.__proto__ = o3; threw exception Error: Cyclic __proto__ value.
|
| +PASS o1.__proto__ = o3; threw exception TypeError: Cyclic __proto__ value.
|
| PASS ({}).hasOwnProperty.call(o1, '__proto__') is false
|
| PASS ({}).hasOwnProperty.call(o1, '__proto__') is true
|
| PASS Object.getPrototypeOf(o1) is null
|
|
|