Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: Source/bindings/tests/idls/core/TestInterfaceCheckSecurity.idl

Issue 953473002: bindings: Supports [Replaceable] accessors. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698