| Index: bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| diff --git a/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl b/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| index 56ead637fe141a5941fe4198339cb72a6eec7ce1..5aaf41d19de33ecd909014f6f69f288c0bf5b10d 100644
|
| --- a/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| +++ b/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl
|
| @@ -27,7 +27,8 @@
|
| */
|
|
|
| [
|
| - CheckSecurity=Frame,
|
| + CheckSecurity=Receiver,
|
| + Global,
|
| ] interface TestInterfaceCheckSecurity {
|
| readonly attribute long readonlyLongAttribute;
|
| attribute long longAttribute;
|
| @@ -37,7 +38,6 @@
|
| [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();
|
|
|