| Index: Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl b/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| index 8fac9b8ed59fd6bea029480569289a37bbc929cb..2193c7f860f6421abef3e2ec22cfeb3c5e2f59b4 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| @@ -36,6 +36,7 @@
|
| [DoNotCheckSecurity] readonly attribute long doNotCheckSecurityReadonlyLongAttribute; // Separate read only attribute to check attribute configuration
|
| [DoNotCheckSecurity=Setter] attribute long doNotCheckSecurityOnSetterLongAttribute;
|
| [DoNotCheckSecurity, Replaceable] readonly attribute long doNotCheckSecurityReplaceableReadonlyLongAttribute;
|
| + [DoNotCheckSecurity, Replaceable, ExposeJSAccessors] readonly attribute long doNotCheckSecurityReplaceableReadonlyLongAccessor;
|
|
|
| [DoNotCheckSecurity] void doNotCheckSecurityVoidMethod();
|
| [DoNotCheckSecurity, DoNotCheckSignature] void doNotCheckSecurityDoNotCheckSignatureVoidMethod();
|
|
|