| Index: Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| diff --git a/Source/bindings/tests/results/core/V8SVGTestInterface.h b/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| index ccc93d682991a1c5d931bc1beaceef0c68f81f2e..99008c26898c6fdce4ea2ae247df60c4b9220d26 100644
|
| --- a/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| +++ b/Source/bindings/tests/results/core/V8SVGTestInterface.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(SVGTestInterface* impl)
|
| {
|
|
|