| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| index d33852e79f6bc97aa4785cce026090d67489cc66..aae247bbc403b3f5e21d4810dd7b7d8e55defd0f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
|
| @@ -30,11 +30,10 @@ public:
|
| }
|
| CORE_EXPORT static TestInterfaceConstructor3* 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<TestInterfaceConstructor3>());
|
| }
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|