Index: third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt |
index 403aea8139b14b5b7f17b63ef1be7b3497cd8203..57f4223e15adae4dd21922d2ef74b51516498dfe 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt |
@@ -18,7 +18,7 @@ VM:1 Uncaught asdf |
Running: testThrowObject |
throw {a:42} |
-VM:1 Uncaught Object {a: 42} |
+VM:1 Uncaught {a: 42} |
(anonymous) @ VM:1 |
Running: testThrowError |