| Index: third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
|
| index ccd5b207a6124993084d0df23ea110aff98eafb9..48659aaab5566ef18f6fd9087c04a7d7658bf0bb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
|
| @@ -16,11 +16,11 @@ temp10
|
| temp11
|
| -0
|
| temp12
|
| -[1, 2, NaN, -0, null, undefined]
|
| +[1, 2, NaN, -0, null, undefined]Array[6]
|
| temp13
|
| -Object {foo: "bar"}
|
| +Object {foo: "bar"}Object
|
| temp14
|
| -[1, 2, 3, 4]
|
| +[1, 2, 3, 4]Arguments[4]
|
| temp15
|
| func() {}
|
| temp16
|
|
|