| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
|
| index e8a5046de997c82364f3c77c9c4b149cb8b77383..1d4db5b491a844382799cbf53e89919d0f98977d 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
|
| @@ -7,4 +7,5 @@
|
| Global=(Worklet,AnimationWorklet),
|
| RuntimeEnabled=CompositorWorker,
|
| ] interface AnimationWorkletGlobalScope : WorkletGlobalScope {
|
| + [RaisesException] void registerAnimator(DOMString name, Function animatorConstructor);
|
| };
|
|
|