| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| index 5b364cecb6af2cef71dd415798e810c27f139cf3..fe78f9dc29dbec3730987fab8af16d6b04ee6302 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -33,9 +33,9 @@ public:
|
| }
|
| MODULES_EXPORT static TestInterface5Implementation* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| MODULES_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| + static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable)
|
| {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestInterface5Implementation>());
|
| + return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterface5Implementation>());
|
| }
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
|
|