Index: third_party/WebKit/Source/bindings/scripts/v8_interface.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py |
index f6bc0a752e8469a1c881564245fc61a2ff58f30a..f2ce0f7953b14d250060f176c081d6e023a689a1 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py |
@@ -1391,8 +1391,8 @@ 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_call_with_script_state': is_call_with_script_state, |
+ 'is_cross_origin': 'CrossOrigin' in extended_attributes, |
'is_custom': |
'Custom' in extended_attributes and |
(not extended_attributes['Custom'] or |