| Index: Source/bindings/templates/interface_base.cpp
|
| diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp
|
| index 62690dc0fe1889d7606208b8d28d43c13881b845..e524720fa46805ba2817b0a345094bb3e809349a 100644
|
| --- a/Source/bindings/templates/interface_base.cpp
|
| +++ b/Source/bindings/templates/interface_base.cpp
|
| @@ -126,6 +126,7 @@ template <typename T> void V8_USE(T) { }
|
| {% block install_per_context_attributes %}{% endblock %}
|
| {% block install_per_context_methods %}{% endblock %}
|
| {% block to_active_dom_object %}{% endblock %}
|
| -{% block create_wrapper_and_deref_object %}{% endblock %}
|
| +{% block create_wrapper %}{% endblock %}
|
| +{% block deref_object %}{% endblock %}
|
| } // namespace WebCore
|
| {% endfilter %}
|
|
|