| Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| index 0dce9ea5e341dd30acbc479ad9a0967c2e91b009..9ab125ac790b7c8ff374cd3537b4572de09eaa09 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
|
| @@ -64,6 +64,10 @@ static void installV8TestInterfaceCustomConstructorTemplate(v8::Local<v8::Functi
|
| v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate();
|
| ALLOW_UNUSED_LOCAL(prototypeTemplate);
|
|
|
| + instanceTemplate->Set(v8::Symbol::GetToStringTag(isolate), v8AtomicString(isolate, "TestInterfaceCustomConstructor"));
|
| +
|
| + prototypeTemplate->Set(v8::Symbol::GetToStringTag(isolate), v8AtomicString(isolate, "TestInterfaceCustomConstructorPrototype"));
|
| +
|
| // Custom toString template
|
| functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
|
| }
|
|
|