Chromium Code Reviews| Index: third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl |
| diff --git a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl b/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl |
| index d25cf23f199ef5f55e373c2696735dcc280cc79e..a708fe9d584602804241d0e8390453ab54af643d 100644 |
| --- a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl |
| +++ b/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.idl |
| @@ -5,5 +5,5 @@ |
| [ |
| RuntimeEnabled=CompositorWorker, |
| ] partial interface Window { |
| - [CallWith=ExecutionContext] readonly attribute Worklet animationWorklet; |
| + readonly attribute Worklet animationWorklet; |
| }; |