| Index: third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| index 0c3b03fe051996c2e9d188dca2d4fdf51315e54c..5d20c2c67d65ba0a1d77128f2e869c5e1beebc45 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
|
| @@ -30,11 +30,10 @@ public:
|
| }
|
| CORE_EXPORT static SVGTestInterface* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - static void refObject(ScriptWrappable*);
|
| - static void derefObject(ScriptWrappable*);
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| {
|
| + visitor->trace(scriptWrappable->toImpl<SVGTestInterface>());
|
| }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
|
|