| 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 347eb3b55a5a121fbc44868f4c1e786ad4b3eea7..e15402fcec5ee59c07bff519dac32b3e747917e7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
|
| @@ -7,6 +7,7 @@
|
| #include "V8TestInterfaceEventTarget.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/GeneratedCodeHelper.h"
|
| #include "bindings/core/v8/V8DOMConfiguration.h"
|
| #include "bindings/core/v8/V8ObjectConstructor.h"
|
| #include "core/dom/Document.h"
|
| @@ -71,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();
|
|
|