Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/Source/core/editing/PositionWithAffinity.h

Issue 2672413003: Out-of-line trace() methods of editing template types. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698