| Index: Source/bindings/tests/results/V8TestConstants.h
|
| diff --git a/Source/bindings/tests/results/V8TestConstants.h b/Source/bindings/tests/results/V8TestConstants.h
|
| index 5de117269939e72ae3f89c599a51f1494fa3185f..bebba98dfa554c0593047311cad9c98d790c451c 100644
|
| --- a/Source/bindings/tests/results/V8TestConstants.h
|
| +++ b/Source/bindings/tests/results/V8TestConstants.h
|
| @@ -38,7 +38,7 @@ public:
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| static void derefObject(void*);
|
| - static WrapperTypeInfo info;
|
| + static WrapperTypeInfo wrapperTypeInfo;
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline void* toInternalPointer(TestConstants* impl)
|
| {
|
| @@ -60,7 +60,7 @@ private:
|
| template<>
|
| class WrapperTypeTraits<TestConstants > {
|
| public:
|
| - static WrapperTypeInfo* info() { return &V8TestConstants::info; }
|
| + static WrapperTypeInfo* wrapperTypeInfo() { return &V8TestConstants::wrapperTypeInfo; }
|
| };
|
|
|
| inline v8::Handle<v8::Object> wrap(TestConstants* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
|
|