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

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

Issue 47853004: IDL Compiler: Make [PerWorldBindings] work with [DoNotCheckSecurity] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/TestActiveDOMObject.idl
diff --git a/Source/bindings/tests/idls/TestActiveDOMObject.idl b/Source/bindings/tests/idls/TestActiveDOMObject.idl
index 5de2d07f71f25541e35cd507f3866a1cf312a2f8..88cdaf11c23f782315a672c056778d8519e53aa7 100644
--- a/Source/bindings/tests/idls/TestActiveDOMObject.idl
+++ b/Source/bindings/tests/idls/TestActiveDOMObject.idl
@@ -32,4 +32,5 @@
readonly attribute long excitingAttr;
void excitingFunction(Node nextChild);
[DoNotCheckSecurity] void postMessage(DOMString message);
+ [DoNotCheckSecurity, PerWorldBindings, ActivityLogging=AccessForIsolatedWorlds] void perWorldBindingsMethodWithDoNotCheckSecurity(DOMString url);
};
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/results/V8TestActiveDOMObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698