Index: third_party/WebKit/Source/core/editing/SelectionTemplate.h |
diff --git a/third_party/WebKit/Source/core/editing/SelectionTemplate.h b/third_party/WebKit/Source/core/editing/SelectionTemplate.h |
index 78dd1843ac9af89260b2aed1c3e2d322019e171a..ae04d0d868cca37eca1b86650335516d362bb355 100644 |
--- a/third_party/WebKit/Source/core/editing/SelectionTemplate.h |
+++ b/third_party/WebKit/Source/core/editing/SelectionTemplate.h |
@@ -96,10 +96,7 @@ class CORE_EXPORT SelectionTemplate final { |
bool assertValid() const; |
bool assertValidFor(const Document&) const; |
- DEFINE_INLINE_TRACE() { |
- visitor->trace(m_base); |
- visitor->trace(m_extent); |
- } |
+ DECLARE_TRACE(); |
void printTo(std::ostream*, const char* type) const; |
#ifndef NDEBUG |