Index: Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
index 75ed8fb888d7cb58b285cb55a34ba6ec6ebcb209..094518394f38564d07ac2d5435191bc9af828363 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(); |