| 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 be3b55b90ebf95c4c7841932ed9d851ee04d86f2..8833450a8f5c2a939db2632b68041e55b07d26a2 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
|
| @@ -698,6 +698,7 @@ void {{v8_class_or_partial}}::install{{feature.name}}(ScriptState* scriptState)
|
| {% block has_instance %}{% endblock %}
|
| {% block to_impl %}{% endblock %}
|
| {% block to_impl_with_type_check %}{% endblock %}
|
| +{% block native_value_traits %}{% endblock %}
|
| {##############################################################################}
|
| {% block prepare_prototype_and_interface_object %}
|
| {% from 'attributes.cpp.tmpl' import install_conditionally_enabled_attributes_on_prototype with context %}
|
|
|