Index: third_party/WebKit/Source/modules/worklet/WindowWorklet.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestPartialInterface4.idl b/third_party/WebKit/Source/modules/worklet/WindowWorklet.idl |
similarity index 51% |
copy from third_party/WebKit/Source/bindings/tests/idls/core/TestPartialInterface4.idl |
copy to third_party/WebKit/Source/modules/worklet/WindowWorklet.idl |
index 017f696494f64e459cd13c565e74bea49cd51f5a..7188c6d5d58d6d9e5fc84ea6d9f1d282a76f30aa 100644 |
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestPartialInterface4.idl |
+++ b/third_party/WebKit/Source/modules/worklet/WindowWorklet.idl |
@@ -3,7 +3,8 @@ |
// found in the LICENSE file. |
[ |
- Conditional=FOO, |
-] partial interface TestInterface3 { |
- [Conditional=BAR] static void voidMethodDocument(Document document, double d); |
+ ImplementedAs=DOMWindowWorklet, |
+ RuntimeEnabled=Worklet, |
+] partial interface Window { |
+ [CallWith=ExecutionContext] readonly attribute Worklet worklet; |
}; |