| Index: third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt b/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
|
| index 21b8bf8e5f68d645daf3b970d70bda95f3efe55e..2a2f3ae0ca439d7cf8638f2236d0d890671cbc88 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/function-bind-expected.txt
|
| @@ -23,7 +23,7 @@ PASS "prototype" in G is false
|
| PASS "prototype" in H is false
|
| PASS Function.bind.call(undefined) threw exception TypeError: Bind must be called on a function.
|
| PASS abcAt(1) is "b"
|
| -PASS new abcAt(1) threw exception TypeError: function is not a constructor.
|
| +PASS new abcAt(1) threw exception TypeError: abcAt is not a constructor.
|
| PASS boundFunctionPrototypeAccessed is false
|
| PASS Function.bind.length is 1
|
| PASS successfullyParsed is true
|
|
|