| Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| index a794ed452aca29063e600e9d01d9aa45ea2b2b27..a25726879132fcd2fc233f695265334bad60c587 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h
|
| @@ -51,6 +51,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfaceEventConstructor* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|