Index: Source/core/dom/Touch.h |
diff --git a/Source/core/dom/Touch.h b/Source/core/dom/Touch.h |
index 8e54087832ae1da717c9616fa1aad298c40c1e41..26591abbbeb21371d3bd8a7132b69a733a6a98e7 100644 |
--- a/Source/core/dom/Touch.h |
+++ b/Source/core/dom/Touch.h |
@@ -73,7 +73,7 @@ public: |
const FloatPoint& screenLocation() const { return m_screenPos; } |
PassRefPtrWillBeRawPtr<Touch> cloneWithNewTarget(EventTarget*) const; |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, |