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

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

Issue 77453002: IDL compiler: [CheckSecurity=Frame] interface + [DoNotCheckSecurity] members (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revised 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 6a6e53485e8c63b7a5ac90f765164cd37534431d..d78256c4a36ae47282d382ddaacfe9ece9060338 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -117,10 +117,6 @@ interface TestObjectPython {
[Conditional=CONDITION, Custom] attribute long customLongAttribute;
[CustomElementCallbacks] readonly attribute long customElementsCallbacksReadonlyLongAttribute;
[DeprecateAs=LongAttribute] attribute long deprecatedLongAttribute;
- // 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=Setter] attribute long doNotCheckSecurityOnSetterLongAttribute;
[EnforceRange] attribute long enforceRangeLongAttribute;
[ExposeJSAccessors] attribute long exposeJSAccessorsLongAttribute;
[RaisesException=Getter] attribute long getterRaisesExceptionLongAttribute;

Powered by Google App Engine
This is Rietveld 408576698