Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp |
index f294ea42ed5756ec3a17c0055dc1fa54bece7716..cd186f8dc2583a69fb954b399e02e318ed9d91c5 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp |
@@ -65,7 +65,7 @@ static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info) |
static void constructor3(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor2", info.Holder(), info.GetIsolate()); |
- Vector<Vector<String> > stringSequenceSequenceArg; |
+ Vector<Vector<String>> stringSequenceSequenceArg; |
{ |
TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(stringSequenceSequenceArg, toImplArray<Vector<String>>(info[0], 1, info.GetIsolate(), exceptionState), exceptionState); |
} |