| Index: third_party/WebKit/Source/bindings/templates/interface.h
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface.h b/third_party/WebKit/Source/bindings/templates/interface.h
|
| index 8a26b8a0b90fbe7c3727ed5d0b0ededb0bfd93cf..eb82f589635f76698abe49fcb239bbbb3e7bdc2b 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h
|
| @@ -148,9 +148,6 @@ public:
|
| * a C++ pointer to the DOM object (if the object is not in oilpan) #}
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + {{custom_internal_field_counter}};
|
| {# End custom internal fields #}
|
| - {% if interface_name == 'Window' %}
|
| - static bool securityCheckCustom(v8::Local<v8::Context> accessingContext, v8::Local<v8::Object> accessedObject, v8::Local<v8::Value> value);
|
| - {% endif %}
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*){% if has_conditional_attributes %};
|
| {% else %} { }
|
| {% endif %}
|
|
|