Index: third_party/WebKit/Source/core/editing/PositionWithAffinity.h |
diff --git a/third_party/WebKit/Source/core/editing/PositionWithAffinity.h b/third_party/WebKit/Source/core/editing/PositionWithAffinity.h |
index d53dc0d288cbcb15d8e8ad49a5cceb7c3842b045..a8a10440371a75386204694e94be4bea33adc6ba 100644 |
--- a/third_party/WebKit/Source/core/editing/PositionWithAffinity.h |
+++ b/third_party/WebKit/Source/core/editing/PositionWithAffinity.h |
@@ -42,7 +42,7 @@ class CORE_TEMPLATE_CLASS_EXPORT PositionWithAffinityTemplate { |
Node* anchorNode() const { return m_position.anchorNode(); } |
Document* document() const { return m_position.document(); } |
- DEFINE_INLINE_TRACE() { visitor->trace(m_position); } |
+ DECLARE_TRACE(); |
private: |
PositionTemplate<Strategy> m_position; |