| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| index 5e28a255bb3c6915055a674133cb70e90eb4c99a..d54a317f166b9bb66bbb2940205ef68ea2b1fb0b 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
 | 
| @@ -983,9 +983,6 @@ static void installV8TestInterface5Template(v8::Local<v8::FunctionTemplate> func
 | 
|      const V8DOMConfiguration::SymbolKeyedMethodConfiguration symbolKeyedIteratorConfiguration = { v8::Symbol::GetIterator, TestInterface5ImplementationV8Internal::iteratorMethodCallback, 0, v8::DontDelete, V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnPrototype };
 | 
|      V8DOMConfiguration::installMethod(isolate, prototypeTemplate, defaultSignature, symbolKeyedIteratorConfiguration);
 | 
|      functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterface5::legacyCallCustom);
 | 
| -
 | 
| -    // Custom toString template
 | 
| -    functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
 | 
|  }
 | 
|  
 | 
|  v8::Local<v8::FunctionTemplate> V8TestInterface5::domTemplate(v8::Isolate* isolate)
 | 
| 
 |