| Index: Source/devtools/scripts/jsdoc-validator/tests/golden.dat
|
| diff --git a/Source/devtools/scripts/jsdoc-validator/tests/golden.dat b/Source/devtools/scripts/jsdoc-validator/tests/golden.dat
|
| index a736407921b9abb699bed848a4ccdd930c12e1e1..b822ae01633ed7ba1cb2c698c53cc844a8a686ce 100644
|
| --- a/Source/devtools/scripts/jsdoc-validator/tests/golden.dat
|
| +++ b/Source/devtools/scripts/jsdoc-validator/tests/golden.dat
|
| @@ -54,6 +54,18 @@ self.addEventListener();
|
| self.removeEventListener();
|
| ^
|
|
|
| +/tests/document.js:59: ERROR - Access to "requestAnimationFrame" property of global object is disallowed
|
| +self.requestAnimationFrame();
|
| + ^
|
| +
|
| +/tests/document.js:60: ERROR - Access to "cancelAnimationFrame" property of global object is disallowed
|
| +window.cancelAnimationFrame();
|
| + ^
|
| +
|
| +/tests/document.js:61: ERROR - Access to "getSelection" property of global object is disallowed
|
| +getSelection();
|
| +^
|
| +
|
| /tests/function.js:1: ERROR - @return annotation is required for API functions that return value
|
| function badFuncNoAnnotation() {
|
| ^
|
| @@ -394,4 +406,4 @@ NS.BadSubClass = function() {}
|
| function callbackNotReferencingThisAnnotated()
|
| ^
|
|
|
| -Total errors: 99
|
| +Total errors: 102
|
|
|