Index: Source/core/page/EventSource.h |
diff --git a/Source/core/page/EventSource.h b/Source/core/page/EventSource.h |
index c5fed161084da97f7896f8a6c3734c73f8f506f5..4dac8cbd91832ad5e0358346622d183279c39e60 100644 |
--- a/Source/core/page/EventSource.h |
+++ b/Source/core/page/EventSource.h |
@@ -90,7 +90,7 @@ public: |
virtual bool hasPendingActivity() const override; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
EventSource(ExecutionContext*, const KURL&, const EventSourceInit&); |