| Index: Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| diff --git a/Source/bindings/core/v8/V8DOMConfiguration.cpp b/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| index 6fb9b692ce6d80d912174696b8f29485bcd1b581..72019d8ead14fc597bf7f88d3c496f845f37bd4f 100644
|
| --- a/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| +++ b/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| @@ -244,6 +244,7 @@ v8::Local<v8::Signature> V8DOMConfiguration::installDOMClassTemplate(v8::Isolate
|
| const AccessorConfiguration* accessors, size_t accessorCount,
|
| const MethodConfiguration* callbacks, size_t callbackCount)
|
| {
|
| + // This defines the constructor function's "name" property.
|
| functionDescriptor->SetClassName(v8AtomicString(isolate, interfaceName));
|
| v8::Local<v8::ObjectTemplate> instanceTemplate = functionDescriptor->InstanceTemplate();
|
| v8::Local<v8::ObjectTemplate> prototypeTemplate = functionDescriptor->PrototypeTemplate();
|
|
|