| Index: third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| index c921f5d9da3c6e64aba33ecdae3153d6332695a8..3f7a0fa1cd8c2449bb7f956a99c1ed29763e3a36 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| @@ -244,6 +244,7 @@ static const struct {
|
| {% block indexed_property_getter_callback %}{% endblock %}
|
| {% block indexed_property_setter_callback %}{% endblock %}
|
| {% block indexed_property_deleter_callback %}{% endblock %}
|
| +{% block indexed_property_definer_callback %}{% endblock %}
|
|
|
| {% if has_access_check_callbacks and not is_partial %}
|
| bool {{v8_class_or_partial}}::securityCheck(v8::Local<v8::Context> accessingContext, v8::Local<v8::Object> accessedObject, v8::Local<v8::Value> data) {
|
|
|