| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| index 1bf771615f4c0ae5d38763b2da6f215ee78394b7..e15402fcec5ee59c07bff519dac32b3e747917e7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| @@ -72,6 +72,7 @@ static void V8TestInterfaceEventTargetConstructorCallback(const v8::FunctionCall
|
| v8SetReturnValue(info, info.Holder());
|
| return;
|
| }
|
| +
|
| Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
|
| TestInterfaceEventTarget* impl = TestInterfaceEventTarget::createForJSConstructor(document);
|
| v8::Local<v8::Object> wrapper = info.Holder();
|
|
|