| Index: third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface_base.cpp b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| index d18affc9581c98039508662a678031c74d030505..b34b6a9ef9d18dd5785098fe9cb9644c7313cb85 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| @@ -174,6 +174,7 @@ bool securityCheck(v8::Local<v8::Context> accessingContext, v8::Local<v8::Object
|
| } // namespace {{cpp_class_or_partial}}V8Internal
|
|
|
| {% block visit_dom_wrapper %}{% endblock %}
|
| +{% block trace_wrappers %}{% endblock %}
|
| {##############################################################################}
|
| {% block install_attributes %}
|
| {% from 'attributes.cpp' import attribute_configuration with context %}
|
|
|