Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp |
index 0381309c859e177de78148a5c990339c228868c8..e220b7c09b2f959e7434b3e026ccb27fdd74d228 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp |
@@ -59,9 +59,6 @@ static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::Functi |
v8SetReturnValue(info, info.Holder()); |
return; |
} |
- |
- Document& document = *toDocument(currentExecutionContext(isolate)); |
- |
if (UNLIKELY(info.Length() < 1)) { |
throwMinimumArityTypeErrorForConstructor("TestInterfaceNamedConstructor2", 1, info.Length(), info.GetIsolate()); |
return; |