| Index: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| index 56c23b3d82983eb114c1daccfd2476a8b6d69e5d..0bd558b1bc2618161858b5bbc6e70856196ae7ae 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
|
| @@ -180,15 +180,6 @@ struct WrapperTypeInfo {
|
|
|
| EventTarget* toEventTarget(v8::Local<v8::Object>) const;
|
|
|
| - void visitDOMWrapper(v8::Isolate* isolate,
|
| - ScriptWrappable* scriptWrappable,
|
| - const v8::Persistent<v8::Object>& wrapper) const {
|
| - if (!visitDOMWrapperFunction)
|
| - setObjectGroup(isolate, scriptWrappable, wrapper);
|
| - else
|
| - visitDOMWrapperFunction(isolate, scriptWrappable, wrapper);
|
| - }
|
| -
|
| // This field must be the first member of the struct WrapperTypeInfo.
|
| // See also static_assert() in .cpp file.
|
| const gin::GinEmbedder ginEmbedder;
|
| @@ -196,7 +187,6 @@ struct WrapperTypeInfo {
|
| DomTemplateFunction domTemplateFunction;
|
| const TraceFunction traceFunction;
|
| const TraceWrappersFunction traceWrappersFunction;
|
| - const ResolveWrapperReachabilityFunction visitDOMWrapperFunction;
|
| PreparePrototypeAndInterfaceObjectFunction
|
| preparePrototypeAndInterfaceObjectFunction;
|
| const char* const interfaceName;
|
|
|