Index: Source/core/dom/ChildListMutationScope.h |
diff --git a/Source/core/dom/ChildListMutationScope.h b/Source/core/dom/ChildListMutationScope.h |
index 0e5c07088126ff2b64cd08265f2e60b43b622975..28a64c5b278fe2a059ed63129013e150e76482dd 100644 |
--- a/Source/core/dom/ChildListMutationScope.h |
+++ b/Source/core/dom/ChildListMutationScope.h |
@@ -64,7 +64,7 @@ public: |
void enterMutationScope() { m_mutationScopes++; } |
void leaveMutationScope(); |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
ChildListMutationAccumulator(PassRefPtrWillBeRawPtr<Node>, PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup>); |