| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| index 62424fa4de9f3fc9338b420144f5c3ceb3bf3071..b856a4efb46b561fdaf4e47aafbaa08cea4edfde 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| @@ -37,11 +37,10 @@ public:
|
| }
|
| CORE_EXPORT static TestInterfaceNamedConstructor* 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<TestInterfaceNamedConstructor>());
|
| }
|
| static ActiveScriptWrappable* toActiveScriptWrappable(v8::Local<v8::Object>);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|