| Index: Source/bindings/tests/results/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h
|
| index ed644b3d6a6c5167ecdadb0c5292ffeb203de387..768db8a41316564276ced0a72560cf8075d8d7b1 100644
|
| --- a/Source/bindings/tests/results/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/V8TestNode.h
|
| @@ -39,7 +39,7 @@ public:
|
| return fromInternalPointer(object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex));
|
| }
|
| static void derefObject(void*);
|
| - static WrapperTypeInfo info;
|
| + static WrapperTypeInfo wrapperTypeInfo;
|
| static EventTarget* toEventTarget(v8::Handle<v8::Object>);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| @@ -63,7 +63,7 @@ private:
|
| template<>
|
| class WrapperTypeTraits<TestNode > {
|
| public:
|
| - static WrapperTypeInfo* info() { return &V8TestNode::info; }
|
| + static WrapperTypeInfo* wrapperTypeInfo() { return &V8TestNode::wrapperTypeInfo; }
|
| };
|
|
|
| inline v8::Handle<v8::Object> wrap(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
|
|