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