| Index: third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl
|
| index d6ebafd2be749e85821b266761dfae8f4fa555ef..0e774ba93ad3e1c58543b915a9f7a154bf16a9d9 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl
|
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl
|
| @@ -5,5 +5,5 @@
|
| [
|
| RuntimeEnabled=CSSPaintAPI,
|
| ] partial interface Window {
|
| - [CallWith=ExecutionContext] readonly attribute Worklet paintWorklet;
|
| + readonly attribute Worklet paintWorklet;
|
| };
|
|
|