| Index: third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
|
| index aeb0555cb6335db0bb4ef749ff40045ad97e6b3d..e25467fb8dbd8af6324510400e3da74b9bf0a2d6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
|
| @@ -3,10 +3,10 @@ Tests that Web Inspector won't crash if some console have been logged by the tim
|
|
|
| console-log-short-hand-method.html:18 Object
|
| baz: (...)
|
| - boo: function (c,d)
|
| - foo: function foo(a,b)
|
| - gen: function* gen()
|
| - get baz: function baz()
|
| - set baz: function baz(x)
|
| + boo: ƒ (c,d)
|
| + foo: ƒ foo(a,b)
|
| + gen: ƒ* gen()
|
| + get baz: ƒ baz()
|
| + set baz: ƒ baz(x)
|
| __proto__: Object
|
|
|
|
|