Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
index b3a9383e12d1302c90e49b734ee291d179c9b9be..6c5c46d28512bcc3118dbd2d3383138a93b146e8 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
@@ -7,25 +7,25 @@ |
properties-special.html:10 Boolean |
__proto__: Boolean |
[[PrimitiveValue]]: true |
-properties-special.html:11 ƒ anonymous(a,b) |
+properties-special.html:11 function anonymous(a,b) |
arguments: null |
caller: null |
length: 2 |
name: "" |
prototype: Object |
- __proto__: ƒ () |
+ __proto__: function () |
[[FunctionLocation]]: properties-special.html:11 |
[[Scopes]]: Scopes[1] |
-properties-special.html:12 ƒ bound () |
+properties-special.html:12 function bound () |
arguments: (...) |
caller: (...) |
length: 1 |
name: "bound " |
- __proto__: ƒ () |
- [[TargetFunction]]: ƒ (a,b) |
+ __proto__: function () |
+ [[TargetFunction]]: function (a,b) |
[[BoundThis]]: Object |
[[BoundArgs]]: Array(1) |
-properties-special.html:13 ƒ* anonymous() |
+properties-special.html:13 function* anonymous() |
arguments: (...) |
caller: (...) |
length: 0 |