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 e414803386fafe5900d17f880c3d530accdf8c05..342b41730713126fd87b4ac7e62118191177e4ca 100644 |
--- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp |
+++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp |
@@ -186,7 +186,6 @@ 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 %} |