Index: Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.cpp b/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.cpp |
index 9023054f904c9ca9764cbe03eea0d512548b5cca..ff37568b81cae180ab8c53b0dd63259785d56a9b 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.cpp |
@@ -150,6 +150,8 @@ static void installV8TestInterfaceOwnPropertiesTemplate(v8::Local<v8::FunctionTe |
v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
+ prototypeTemplate->Set(v8::Symbol::GetToStringTag(isolate), v8AtomicString(isolate, "TestInterfaceOwnProperties")); |
+ |
// Custom toString template |
functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate()); |
} |