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

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

Issue 921683002: make window interceptors DoNoCheckSecurity (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates 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/TestInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
index 9de71975787b38af541d7900cc8b35db0f095f44..4c945efa43f1a9aa2a6c9d6e7c321801079f562b 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -66,12 +66,12 @@
[PerWorldBindings] void voidMethod();
// Anonymous indexed property operations
- getter DOMString (unsigned long index);
+ [DoNotCheckSecurity] getter DOMString (unsigned long index);
setter DOMString (unsigned long index, DOMString value);
deleter boolean (unsigned long index);
// Anonymous named property operations
- getter DOMString (DOMString name);
+ [DoNotCheckSecurity] getter DOMString (DOMString name);
setter DOMString (DOMString name, DOMString value);
deleter boolean (DOMString name);
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/core/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698