| Index: Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl b/Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl
|
| index 6b7f7f2248871bb5a35028f61c55929dda2f347b..c3e8ce53df933f727e69bb95ca46979e29a038b9 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl
|
| @@ -35,8 +35,10 @@
|
| [DoNotCheckSecurity] attribute long doNotCheckSecurityLongAttribute;
|
| [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] void doNotCheckSecurityVoidMethod();
|
| [DoNotCheckSecurity, PerWorldBindings] void doNotCheckSecurityPerWorldBindingsVoidMethod();
|
| [DoNotCheckSecurity, ReadOnly] void doNotCheckSecurityReadOnlyVoidMethod();
|
| [DoNotCheckSecurity, Unforgeable] void doNotCheckSecurityUnforgeableVoidMethod();
|
| + [DoNotCheckSecurity, DoNotCheckSignature] void doNotCheckSecurityDoNotCheckSignatureVoidMethod();
|
| };
|
|
|