| Index: LayoutTests/fast/js/script-tests/global-function-resolve.js
|
| diff --git a/LayoutTests/fast/js/script-tests/global-function-resolve.js b/LayoutTests/fast/js/script-tests/global-function-resolve.js
|
| index 70939c4406d0bb7bd1d0a00030950831328fd8e7..ad7e49cdb22f83a73317ddfd7e0976b6b37d94d3 100644
|
| --- a/LayoutTests/fast/js/script-tests/global-function-resolve.js
|
| +++ b/LayoutTests/fast/js/script-tests/global-function-resolve.js
|
| @@ -3,6 +3,7 @@ description("Test to make sure cached lookups on the global object are performed
|
| var functionNames = [
|
| 'addEventListener',
|
| 'alert',
|
| + 'captureEvents',
|
| 'clearInterval',
|
| 'clearTimeout',
|
| 'clientInformation',
|
| @@ -39,6 +40,7 @@ var functionNames = [
|
| 'pageYOffset',
|
| 'parent',
|
| 'prompt',
|
| + 'releaseEvents',
|
| 'removeEventListener',
|
| 'resizeBy',
|
| 'resizeTo',
|
|
|