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 b628020dd78a065ca13df43d1ce1065b8eb350ca..4832c036eeb7215c27c87f0078bcadf5772dd2a5 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
@@ -63,6 +63,8 @@ static void installV8TestInterfaceCustomConstructorTemplate(v8::Local<v8::Functi |
v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
+ prototypeTemplate->Set(v8::Symbol::GetToStringTag(isolate), v8AtomicString(isolate, "TestInterfaceCustomConstructor")); |
+ |
// Custom toString template |
functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
} |