| Index: Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.h b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.h
|
| index c2e6408b7da6c9c9d23e7204515478898ebd8786..1de639ae5522eefb80a8d0b3b8206a895b3509f0 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.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(TestInterfaceNotScriptWrappable* impl)
|
| {
|
|
|