| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index e82990ce7f1f09249c731af952cdd748d0c2ed8b..cc425455decfb6cca4cb6cd7945143c4c9138727 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -129,6 +129,8 @@
|
| [Replaceable, DoNotCheckSecurity] readonly attribute Window parent;
|
| [DoNotCheckSecurity, Unforgeable] readonly attribute Window top;
|
|
|
| + [RaisesException, CallWith=ExecutionContext] Worker createAnimationWorker(DOMString url);
|
| +
|
| // DOM Level 2 AbstractView Interface
|
| readonly attribute Document document;
|
|
|
|
|