| Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| index a501ce5d95a56fb84b7202a0eca52a68d86d22f5..b8f37c80930320c4b007d8d8b64fc7333fdc53a2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
|
| @@ -33,13 +33,13 @@ console-dir.html:16 Object
|
| c d: "c d"
|
| negZero: -0
|
| __proto__: Object
|
| -console-dir.html:19 function anonymous()
|
| +console-dir.html:19 ƒ anonymous()
|
| arguments: null
|
| caller: null
|
| length: 0
|
| name: ""
|
| prototype: Object
|
| - __proto__: function ()
|
| + __proto__: ƒ ()
|
| [[FunctionLocation]]: console-dir.html:19
|
| [[Scopes]]: Scopes[1]
|
| console-dir.html:23 inner
|
| @@ -50,12 +50,12 @@ console-dir.html:27 Object
|
| foo: Object
|
| No Properties
|
| __proto__: Object
|
| -console-dir.html:29 function __proto__()
|
| +console-dir.html:29 ƒ __proto__()
|
| arguments: null
|
| caller: null
|
| length: 0
|
| name: "get __proto__"
|
| - __proto__: function ()
|
| + __proto__: ƒ ()
|
| console-dir.html:34 Uint8Array(400000000)
|
| [0 … 99999999]
|
| [100000000 … 199999999]
|
|
|