| Index: Source/core/workers/WorkerGlobalScope.idl
|
| diff --git a/Source/core/workers/WorkerGlobalScope.idl b/Source/core/workers/WorkerGlobalScope.idl
|
| index ced2f23a456d582e07fdb5de0f84bf71104da396..6080721e3917740caf4fe4e27b2ead0001265c7e 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -37,7 +37,7 @@
|
| attribute EventHandler onerror;
|
| [Replaceable] readonly attribute WorkerConsole console;
|
|
|
| -
|
| + void requestAnimationFrame(RequestAnimationFrameCallback insert);
|
| // WorkerUtils
|
| [RaisesException] void importScripts(DOMString... urls);
|
| [Replaceable] readonly attribute WorkerNavigator navigator;
|
|
|