| Index: Source/core/dom/shadow/ContentDistribution.h
|
| diff --git a/Source/core/dom/shadow/ContentDistribution.h b/Source/core/dom/shadow/ContentDistribution.h
|
| index c5d16874e553d1646dcd717c5038d5610812808b..799f22f7c892a0111c9950cbdf05ff90bcbef39d 100644
|
| --- a/Source/core/dom/shadow/ContentDistribution.h
|
| +++ b/Source/core/dom/shadow/ContentDistribution.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| const WillBeHeapVector<RefPtrWillBeMember<Node> >& nodes() const { return m_nodes; }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| WillBeHeapVector<RefPtrWillBeMember<Node> > m_nodes;
|
|
|