| Index: Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp b/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| index 6ca223dc2270501b22edc9d6a558347c0e2a4978..d8f60eab3ecfe37da4af36dd3e10acc33f46cbca 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
| @@ -59,9 +59,7 @@ static void V8TestInterfaceEventTargetConstructorCallback(const v8::FunctionCall
|
| v8SetReturnValue(info, info.Holder());
|
| return;
|
| }
|
| -
|
| Document& document = *toDocument(currentExecutionContext(isolate));
|
| -
|
| RefPtrWillBeRawPtr<TestInterfaceEventTarget> impl = TestInterfaceEventTarget::createForJSConstructor(document);
|
|
|
| v8::Handle<v8::Object> wrapper = info.Holder();
|
|
|