Index: third_party/WebKit/Source/core/editing/Position.h |
diff --git a/third_party/WebKit/Source/core/editing/Position.h b/third_party/WebKit/Source/core/editing/Position.h |
index 88935d12a8277f16d417dbce087d73e6561f2824..3d7ec0a9c50baea7679698ee4d7bfd39615119d3 100644 |
--- a/third_party/WebKit/Source/core/editing/Position.h |
+++ b/third_party/WebKit/Source/core/editing/Position.h |
@@ -199,7 +199,7 @@ class CORE_TEMPLATE_CLASS_EXPORT PositionTemplate { |
void showTreeForThisInFlatTree() const; |
#endif |
- DEFINE_INLINE_TRACE() { visitor->trace(m_anchorNode); } |
+ DECLARE_TRACE(); |
private: |
bool isAfterAnchorOrAfterChildren() const { |