| Index: Source/bindings/tests/results/V8TestInterfacePython3.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython3.h b/Source/bindings/tests/results/V8TestInterfacePython3.h
|
| index ed5120a65a22cdd0196f8c7d2aa2889f94a73eae..da2ee7a31e0c382b4df84c8d2dde50c6c9198479 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython3.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython3.h
|
| @@ -49,6 +49,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfacePython3* toNativeWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void derefObject(void*);
|
| static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
|
|
|