| Index: Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperations.h b/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| index c74ad1f7ef87dd3e5dc1c6881f58b7075ca26596..eca51f185fc0a6a3b91bc99f42ac491f8958c35e 100644
|
| --- a/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| +++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| @@ -29,7 +29,9 @@ public:
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void refObject(ScriptWrappableBase* internalPointer);
|
| static void derefObject(ScriptWrappableBase* internalPointer);
|
| - static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
|
| + static void trace(Visitor* visitor, ScriptWrappableBase* internalPointer)
|
| + {
|
| + }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline ScriptWrappableBase* toScriptWrappableBase(TestSpecialOperations* impl)
|
| {
|
|
|