| Index: Source/bindings/templates/interface_base.cpp
|
| diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp
|
| index 68ed7e5b2d27b8b2e9a538ea33a4923714367620..37d9200666fcaa2bf5e27229eb9fe77224dada8f 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 wrap %}{% endblock %}
|
| {% block create_wrapper %}{% endblock %}
|
| {% block deref_object_and_to_v8_no_inline %}{% endblock %}
|
| } // namespace WebCore
|
|
|