summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/bindings/templates/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/bindings/templates/interface.h')
-rw-r--r--third_party/WebKit/Source/bindings/templates/interface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/bindings/templates/interface.h b/third_party/WebKit/Source/bindings/templates/interface.h
index d3ccb9d..8a7d105 100644
--- a/third_party/WebKit/Source/bindings/templates/interface.h
+++ b/third_party/WebKit/Source/bindings/templates/interface.h
@@ -164,8 +164,7 @@ public:
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + {{custom_internal_field_counter}};
{# End custom internal fields #}
{% if interface_name == 'Window' %}
- static bool namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType, v8::Local<v8::Value> data);
- static bool indexedSecurityCheckCustom(v8::Local<v8::Object> host, uint32_t index, v8::AccessType, v8::Local<v8::Value> data);
+ static bool securityCheckCustom(v8::Local<v8::Context> accessingContext, v8::Local<v8::Object> accessedObject);
{% endif %}
static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*){% if has_conditional_attributes %};
{% else %} { }