| Index: Source/bindings/tests/results/V8TestInterfacePython.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython.h b/Source/bindings/tests/results/V8TestInterfacePython.h
|
| index 80f72d37ad9bfa65e81992be0cc139c9a5cf88e3..f1741dda9d44eb8fb13ddb5290a8417d7092d6ca 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython.h
|
| @@ -47,7 +47,7 @@ class V8TestInterfacePython {
|
| public:
|
| static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
|
| static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*);
|
| - static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*, WrapperWorldType);
|
| + static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| static TestInterfacePythonImplementation* toNative(v8::Handle<v8::Object> object)
|
| {
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
|
|