Index: LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
index 4dfd9fc8689a388414a1dc8a40f421bcd48df2a7..0d7930d31cc6415541ea8aa5e8238aa4db86e8da 100644 |
--- a/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
+++ b/LayoutTests/inspector/sources/debugger/properties-special-expected.txt |
@@ -1,6 +1,6 @@ |
CONSOLE MESSAGE: line 10: true |
CONSOLE MESSAGE: line 11: function (a,b) { return a + b; } |
-CONSOLE MESSAGE: line 12: function () { [native code] } |
+CONSOLE MESSAGE: line 12: function bound () { [native code] } |
Tests how debugger presents special properties of closures, bound functions and object wrappers. |
properties-special.html:10 Boolean |
@@ -14,11 +14,11 @@ properties-special.html:11 anonymous(a, b) |
prototype: Object |
__proto__: () |
<function scope> |
-properties-special.html:12 anonymous() |
+properties-special.html:12 bound () |
arguments: (...) |
caller: (...) |
length: 1 |
- name: "" |
+ name: "bound " |
__proto__: () |
[[TargetFunction]]: (a,b) |
[[BoundThis]]: Object |