Index: Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
index ad415960c6d731af862583af568550f3bfdcaaf1..65b30c24faeb7ce80ef3cad9f0343ee4e529f06a 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
@@ -74,7 +74,6 @@ template <typename T> void V8_USE(T) { } |
static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
- |
RefPtr<TestInterfaceConstructor> impl = TestInterfaceConstructor::create(); |
v8::Handle<v8::Object> wrapper = info.Holder(); |