| 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 c080021cb9f52a9bc88051fdbf7545e096243845..c37d557430842d27c54d59371d3f173345125b16 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]
|
| +(6) [1, 2, NaN, -0, null, undefined]
|
| temp13
|
| -Object {foo: "bar"}
|
| +{foo: "bar"}
|
| temp14
|
| -[1, 2, 3, 4, callee: function, Symbol(Symbol.iterator): function]
|
| +(4) [1, 2, 3, 4, callee: function, Symbol(Symbol.iterator): function]
|
| temp15
|
| function func() {}
|
| temp16
|
|
|