| Index: third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| index 85c5180aa87f5d366c6d0988a05b84cc42e624b1..4793cb9bc1fb0e2cdc3b09a2e5c0d19f9ddac1e2 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
|
| @@ -168,6 +168,10 @@ class NodeListsNodeData final : public GarbageCollected<NodeListsNodeData> {
|
| }
|
| }
|
|
|
| + void markAndDispatchTraceWrappers(const WrapperVisitor* visitor) const {
|
| + traceWrappers(visitor);
|
| + }
|
| +
|
| DECLARE_TRACE();
|
|
|
| DECLARE_TRACE_WRAPPERS();
|
|
|