Index: Source/bindings/tests/results/V8TestEventConstructor.cpp |
diff --git a/Source/bindings/tests/results/V8TestEventConstructor.cpp b/Source/bindings/tests/results/V8TestEventConstructor.cpp |
index ccc3e53c807047d6497dabd9b3c015e390377fe2..9f9ebb89d43616adcb780cb58ca8d41cb8bae55c 100644 |
--- a/Source/bindings/tests/results/V8TestEventConstructor.cpp |
+++ b/Source/bindings/tests/results/V8TestEventConstructor.cpp |
@@ -147,6 +147,7 @@ static v8::Persistent<v8::FunctionTemplate> ConfigureV8TestEventConstructorTempl |
0, 0, isolate, currentWorldType); |
UNUSED_PARAM(defaultSignature); // In some cases, it will not be used. |
desc->SetCallHandler(V8TestEventConstructor::constructorCallback); |
+ desc->SetLength(1); |
// Custom toString template |