Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl |
index e53b649419987d8f11d5290d3bd32d120fa17918..07f4a7d2b0d8bdc7e151a435f5e3f2de5a2995de 100644 |
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl |
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl |
@@ -34,10 +34,10 @@ |
attribute long longAttribute; |
void voidMethod(); |
- [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; |
+ [CrossOrigin] attribute long doNotCheckSecurityLongAttribute; |
+ [CrossOrigin] readonly attribute long doNotCheckSecurityReadonlyLongAttribute; // Separate read only attribute to check attribute configuration |
+ [CrossOrigin=Setter] attribute long doNotCheckSecurityOnSetterLongAttribute; |
+ [CrossOrigin, Replaceable] readonly attribute long doNotCheckSecurityReplaceableReadonlyLongAttribute; |
[DoNotCheckSecurity] void doNotCheckSecurityVoidMethod(); |
[DoNotCheckSecurity, PerWorldBindings] void doNotCheckSecurityPerWorldBindingsVoidMethod(); |