| Index: Source/bindings/tests/results/V8TestInterfacePython.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython.h b/Source/bindings/tests/results/V8TestInterfacePython.h
|
| index 0919a0cd611091eae084af371a7a6d55ec302f1f..c9c5f77bfd7a98e9ecf2f89677654fea097fd1ad 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython.h
|
| @@ -51,6 +51,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfacePythonImplementation* 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*);
|
|
|