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

Unified Diff: Source/bindings/tests/idls/TestObjectPython.idl

Issue 77723003: [DoNotCheckSecurity=Getter] => [DoNotCheckSecurity] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Python Created 7 years, 1 month 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/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 854c8fbb483824ee1d4cd01821b94571d8df6a78..114455bd5e4c31a739136cef38ad36f178351992 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -120,7 +120,6 @@ interface TestObjectPython {
// FIXME: move to TestCheckSecurityInterface when implement [CheckSecurity]
[DoNotCheckSecurity] attribute long doNotCheckSecurityLongAttribute;
[DoNotCheckSecurity] readonly attribute long doNotCheckSecurityReadonlyLongAttribute; // Separate read only attribute to check attribute configuration
- [DoNotCheckSecurity=Getter] attribute long doNotCheckSecurityOnGetterLongAttribute;
[DoNotCheckSecurity=Setter] attribute long doNotCheckSecurityOnSetterLongAttribute;
[EnforceRange] attribute long enforceRangeLongAttribute;
[ExposeJSAccessors] attribute long exposeJSAccessorsLongAttribute;
« no previous file with comments | « Source/bindings/scripts/unstable/v8_attributes.py ('k') | Source/bindings/tests/results/V8TestObjectPython.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698