| Index: Source/bindings/tests/idls/core/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
|
| index 1b80595c022ebf0e327ce6ed17377692ce6fa1f5..69a51cd797819809687b7cf6ee039d1e45fc8a7e 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterface.idl
|
| @@ -114,6 +114,8 @@
|
| Promise promiseMethodPartialOverload(Window window);
|
| static Promise staticPromiseMethodPartialOverload();
|
|
|
| + [LenientThis] attribute any lenientThisAttribute;
|
| +
|
| [LegacyInterfaceTypeChecking] void legacyInterfaceTypeCheckingMethod(TestInterfaceEmpty testInterfaceEmptyArg);
|
| };
|
|
|
|
|