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

Unified Diff: Source/bindings/scripts/v8_interface.py

Issue 921683002: make window interceptors DoNoCheckSecurity (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/scripts/v8_interface.py
diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
index 785afeb9d43fc3505fc27f74794d5d31cc46fdda..2bcb9dd34b8c57b0374ee5d23d4f456518b980cc 100644
--- a/Source/bindings/scripts/v8_interface.py
+++ b/Source/bindings/scripts/v8_interface.py
@@ -1243,6 +1243,7 @@ def property_getter(getter, cpp_arguments):
return {
'cpp_type': idl_type.cpp_type,
'cpp_value': cpp_value,
+ 'do_not_check_security': 'DoNotCheckSecurity' in extended_attributes,
'is_custom':
'Custom' in extended_attributes and
(not extended_attributes['Custom'] or

Powered by Google App Engine
This is Rietveld 408576698