| Index: sky/engine/core/dom/ChildListMutationScope.h
|
| diff --git a/sky/engine/core/dom/ChildListMutationScope.h b/sky/engine/core/dom/ChildListMutationScope.h
|
| index 28f0c8af7c510ba7ac4fe64ef221b5ffb4d27037..2c80873e31caf85a10ddbc3a0e430c085224efae 100644
|
| --- a/sky/engine/core/dom/ChildListMutationScope.h
|
| +++ b/sky/engine/core/dom/ChildListMutationScope.h
|
| @@ -64,8 +64,6 @@ public:
|
| void enterMutationScope() { m_mutationScopes++; }
|
| void leaveMutationScope();
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| ChildListMutationAccumulator(PassRefPtr<Node>, PassOwnPtr<MutationObserverInterestGroup>);
|
|
|
|
|