| Index: third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| index 56f301cac26109ab0124c7d23198d689554ccb51..a72b5c2b9b2119c6055555cd6d196b8010f4b03f 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| @@ -53,12 +53,6 @@ class {{v8_class}} {
|
| static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->traceWrappers(scriptWrappable->toImpl<{{cpp_class}}>());
|
| }
|
| - {% if has_visit_dom_wrapper %}
|
| - static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
| - {% endif %}
|
| - {% if has_visit_dom_wrapper_custom %}
|
| - static void visitDOMWrapperCustom(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
| - {% endif %}
|
| {% for method in methods %}
|
| {% if method.is_custom %}
|
| static void {{method.name}}MethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|