Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp |
index 0f73c7874a1a00b89262a565915bd7d16c4580ae..3efd6c7ec156bf517c5be491da15cab504f372af 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp |
@@ -114,6 +114,8 @@ static void installV8TestInterfaceConstructor4Template(v8::Local<v8::FunctionTem |
v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
+ prototypeTemplate->Set(v8::Symbol::GetToStringTag(isolate), v8AtomicString(isolate, "TestInterfaceConstructor4")); |
+ |
// Custom toString template |
functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
} |