| Index: Source/bindings/templates/interface_base.cpp
|
| diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp
|
| index 5887d3d6082ecd77520dfa3a99e9e6fa3a7d1f55..5b2ec5f1873bf973058f0e14d037c8c74ad6f721 100644
|
| --- a/Source/bindings/templates/interface_base.cpp
|
| +++ b/Source/bindings/templates/interface_base.cpp
|
| @@ -71,6 +71,7 @@ template <typename T> void V8_USE(T) { }
|
| {% block configure_class_template %}{% endblock %}
|
| {% block get_template %}{% endblock %}
|
| {% block has_instance_and_has_instance_in_any_world %}{% endblock %}
|
| +{% block install_per_context_attributes %}{% endblock %}
|
| {% block create_wrapper_and_deref_object %}{% endblock %}
|
| } // namespace WebCore
|
| {% if conditional_string %}
|
|
|