| Index: Source/bindings/tests/results/V8TestObjectPython.h
|
| diff --git a/Source/bindings/tests/results/V8TestObjectPython.h b/Source/bindings/tests/results/V8TestObjectPython.h
|
| index e62ab2d86489ff225b7d649085e20e483da98e4d..69106269780bf196a84c0d8da26a6e23f0fcc94a 100644
|
| --- a/Source/bindings/tests/results/V8TestObjectPython.h
|
| +++ b/Source/bindings/tests/results/V8TestObjectPython.h
|
| @@ -38,7 +38,7 @@ public:
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| static void derefObject(void*);
|
| - static WrapperTypeInfo info;
|
| + static WrapperTypeInfo wrapperTypeInfo;
|
| static void customLongAttributeAttributeGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void customLongAttributeAttributeSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&);
|
| static void customGetterLongAttributeAttributeGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&);
|
| @@ -77,7 +77,7 @@ private:
|
| template<>
|
| class WrapperTypeTraits<TestObjectPython > {
|
| public:
|
| - static WrapperTypeInfo* info() { return &V8TestObjectPython::info; }
|
| + static WrapperTypeInfo* wrapperTypeInfo() { return &V8TestObjectPython::wrapperTypeInfo; }
|
| };
|
|
|
| inline v8::Handle<v8::Object> wrap(TestObjectPython* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
|
|