Index: third_party/WebKit/LayoutTests/inspector/console/console-eval-global-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-global-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-global-expected.txt |
index 96839cfce888137f1088247ab661d159b935e8f4..b05f9be97d7ad0ae0881dcc6a131df1fae8282aa 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-global-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-global-expected.txt |
@@ -3,5 +3,5 @@ Tests that simple evaluations may be performed in the console on global object. |
foo |
"fooValue" |
bar |
-Object {a: "b"} |
+{a: "b"} |