| Index: Source/devtools/scripts/jsdoc-validator/tests/document.js
|
| diff --git a/Source/devtools/scripts/jsdoc-validator/tests/document.js b/Source/devtools/scripts/jsdoc-validator/tests/document.js
|
| index a6fcf6399bf8bcf3e019b459d3fc499ec0cc8781..07c19faf78a61284bbf8a236a29a23aceaf334ed 100644
|
| --- a/Source/devtools/scripts/jsdoc-validator/tests/document.js
|
| +++ b/Source/devtools/scripts/jsdoc-validator/tests/document.js
|
| @@ -56,6 +56,9 @@ var bar = window + window.document;
|
| self.document = bar;
|
| self.addEventListener();
|
| self.removeEventListener();
|
| +self.requestAnimationFrame();
|
| +window.cancelAnimationFrame();
|
| +getSelection();
|
|
|
| function g() {
|
| var self = this;
|
|
|