| Index: third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt b/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
|
| index e5c46dc6d2ca6a6377f26a7ab61542a83de42c77..1e2b7fb006587d3c6d45e5340b72b92d7c322481 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
|
| @@ -7,7 +7,8 @@ PASS window.confirm.length is 0
|
| PASS window.open.length is 2
|
| PASS window.setTimeout.length is 1
|
| PASS window.clearTimeout.length is 0
|
| -PASS window.addEventListener.length is 0
|
| +PASS window.addEventListener.length is 2
|
| +PASS window.removeEventListener.length is 2
|
| PASS window.postMessage.length is 2
|
| PASS window.dispatchEvent.length is 1
|
| PASS window.openDatabase.length is 4
|
|
|