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