| Index: sky/engine/core/dom/shadow/ContentDistribution.h
|
| diff --git a/sky/engine/core/dom/shadow/ContentDistribution.h b/sky/engine/core/dom/shadow/ContentDistribution.h
|
| index 52294e1b545be04fe6522eea305665a872d22ad3..55325613989f12e6c85e74400e26f61eac5e4269 100644
|
| --- a/sky/engine/core/dom/shadow/ContentDistribution.h
|
| +++ b/sky/engine/core/dom/shadow/ContentDistribution.h
|
| @@ -62,8 +62,6 @@ public:
|
|
|
| const Vector<RefPtr<Node> >& nodes() const { return m_nodes; }
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| Vector<RefPtr<Node> > m_nodes;
|
| HashMap<RawPtr<const Node>, size_t> m_indices;
|
|
|