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 3ac45907edf59b3f1fce8ead723c63c06d0fa64c..22102d8796868d8ad8c07e5265562e0feb5022a6 100644 |
--- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp |
+++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp |
@@ -436,9 +436,6 @@ static void install{{v8_class}}Template(v8::Local<v8::FunctionTemplate> function |
{% if is_global or interface_name == 'HTMLDocument' %} |
functionTemplate->SetHiddenPrototype(true); |
{% endif %} |
- |
- // Custom toString template |
- functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
{% endif %} |
} |