Index: third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt |
index 901db821590974db5434d8acaa05be4e33e41493..adc38d1041cd5266cd8b7742be6587cf1e0aad16 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt |
@@ -20,10 +20,10 @@ throwError @ foo.js:4 |
(anonymous) @ VM:1 |
setTimeout(throwObject, 0); undefined |
undefined |
-foo.js:9 Uncaught Object {a: 42} |
+foo.js:9 Uncaught {a: 42} |
throwObject @ foo.js:9 |
throwObject(); |
-foo.js:9 Uncaught Object {a: 42} |
+foo.js:9 Uncaught {a: 42} |
throwObject @ foo.js:9 |
(anonymous) @ VM:1 |
setTimeout(throwNumber, 0); undefined |
@@ -48,11 +48,11 @@ rejectWithError @ foo.js:19 |
(anonymous) @ VM:1 |
setTimeout(rejectWithObject, 0); undefined |
undefined |
-foo.js:24 Uncaught (in promise) Object {b: 42} |
+foo.js:24 Uncaught (in promise) {b: 42} |
rejectWithObject @ foo.js:24 |
rejectWithObject(); |
undefined |
-foo.js:24 Uncaught (in promise) Object {b: 42} |
+foo.js:24 Uncaught (in promise) {b: 42} |
rejectWithObject @ foo.js:24 |
(anonymous) @ VM:1 |