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

Unified Diff: third_party/WebKit/Source/core/editing/Position.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/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 {

Powered by Google App Engine
This is Rietveld 408576698