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 e25467fb8dbd8af6324510400e3da74b9bf0a2d6..aeb0555cb6335db0bb4ef749ff40045ad97e6b3d 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 @@ |
console-log-short-hand-method.html:18 Object |
baz: (...) |
- boo: ƒ (c,d) |
- foo: ƒ foo(a,b) |
- gen: ƒ* gen() |
- get baz: ƒ baz() |
- set baz: ƒ baz(x) |
+ boo: function (c,d) |
+ foo: function foo(a,b) |
+ gen: function* gen() |
+ get baz: function baz() |
+ set baz: function baz(x) |
__proto__: Object |