diff --git a/css-animation-worklet-1/Overview.bs b/css-animation-worklet-1/Overview.bs index 8bcd3f56..4f883932 100644 --- a/css-animation-worklet-1/Overview.bs +++ b/css-animation-worklet-1/Overview.bs @@ -163,14 +163,12 @@ The {{animationWorklet}}'s [=worklet global scope type=] is {{AnimationWorkletGl {{AnimationWorkletGlobalScope}} represents the global execution context of {{animationWorklet}}. - [ Global=(Worklet,AnimationWorklet), Exposed=AnimationWorklet ] interface AnimationWorkletGlobalScope : WorkletGlobalScope { - void registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor); + undefined registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor); }; callback AnimatorInstanceConstructor = any (any options, optional any state); -