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..0d20eb941e71af21e3e9719fb030675aa4825618 100644 |
--- a/Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl |
+++ b/Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl |
@@ -35,7 +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, DoNotCheckSignature] void doNotCheckSecurityDoNotCheckSignatureVoidMethod(); |
[DoNotCheckSecurity, PerWorldBindings] void doNotCheckSecurityPerWorldBindingsVoidMethod(); |
[DoNotCheckSecurity, ReadOnly] void doNotCheckSecurityReadOnlyVoidMethod(); |
[DoNotCheckSecurity, Unforgeable] void doNotCheckSecurityUnforgeableVoidMethod(); |