| Index: Source/bindings/tests/results/V8TestInterfacePython2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython2.h b/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| index c9755d91e815c6e1c7e69d2a0aaf923ef986b55b..e19cbcd6627f899dffd4b04bf34093da4ad399b4 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| @@ -49,6 +49,7 @@ public:
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| + static TestInterfacePython2* 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*);
|
|
|