| Index: third_party/WebKit/LayoutTests/inspector/console/console-log-toString-object-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-toString-object-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-toString-object-expected.txt
|
| index 49bae54b14031499362968af0b6d564dc8fcd0a2..83422083fcbefa16c2fd2297a61ac46924a469b6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-log-toString-object-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-toString-object-expected.txt
|
| @@ -3,5 +3,5 @@ CONSOLE MESSAGE: line 7: [object Object]
|
| Tests that passing an object which throws on string conversion into console.log won't crash inspected Page. The test passes if it doesn't crash. Bug 57557
|
|
|
| Page reloaded.
|
| -console-log-toString-object.html:7 Object {toString: {…}}
|
| +console-log-toString-object.html:7 {toString: {…}}
|
|
|
|
|