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