| Index: third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt b/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
|
| index 70b8a09dc5aff97a7ca4a783897e2d1122363232..eb2a8bfc68086ca660733e6dbc8735812e9546be 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
|
| @@ -100,8 +100,8 @@ window : [object Window]
|
| [window] : [object Window]
|
| String(window) : [object Window]
|
| String([window]) : [object Window]
|
| -window.toString : function () { [native code] }
|
| -window.toString() (cached in variable) : [object Window]
|
| +window.toString : function toString() { [native code] }
|
| +window.toString() (cached in variable) : [object Undefined]
|
| window.toString() : [object Window]
|
| [window].toString() : [object Window]
|
| window.valueOf() : [object Window]
|
|
|