Index: Source/core/dom/MutationObserverInterestGroup.h |
diff --git a/Source/core/dom/MutationObserverInterestGroup.h b/Source/core/dom/MutationObserverInterestGroup.h |
index 238c0ce648ca67c8ba0c31a176e8cd62d876d82a..39e10daf8d2314a4b348d681b35cf02f29dee48a 100644 |
--- a/Source/core/dom/MutationObserverInterestGroup.h |
+++ b/Source/core/dom/MutationObserverInterestGroup.h |
@@ -71,7 +71,7 @@ public: |
bool isOldValueRequested(); |
void enqueueMutationRecord(PassRefPtrWillBeRawPtr<MutationRecord>); |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
static PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName = 0); |