| Index: Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.cpp b/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.cpp
|
| index 37c9c2cdc5ec26e3bb251a2ee7ec5bd0456dd499..5abeb512a0e7a961a385a82dd0e407e49f1869cc 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.cpp
|
| @@ -150,6 +150,8 @@ static void installV8TestInterfaceOwnPropertiesDerivedTemplate(v8::Local<v8::Fun
|
| v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate();
|
| ALLOW_UNUSED_LOCAL(prototypeTemplate);
|
|
|
| + prototypeTemplate->Set(v8::Symbol::GetToStringTag(isolate), v8AtomicString(isolate, "TestInterfaceOwnPropertiesDerived"));
|
| +
|
| // Custom toString template
|
| functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
|
| }
|
|
|