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

Unified Diff: third_party/WebKit/Source/core/editing/VisiblePosition.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/VisiblePosition.h
diff --git a/third_party/WebKit/Source/core/editing/VisiblePosition.h b/third_party/WebKit/Source/core/editing/VisiblePosition.h
index d0bd4d718c3948acec3c206385da2ca30d4aca82..392df92ae728ec1b113c76cc407351189ed9c303 100644
--- a/third_party/WebKit/Source/core/editing/VisiblePosition.h
+++ b/third_party/WebKit/Source/core/editing/VisiblePosition.h
@@ -111,7 +111,7 @@ class CORE_TEMPLATE_CLASS_EXPORT VisiblePositionTemplate final {
static VisiblePositionTemplate<Strategy> inParentBeforeNode(const Node&);
static VisiblePositionTemplate<Strategy> lastPositionInNode(Node*);
- DEFINE_INLINE_TRACE() { visitor->trace(m_positionWithAffinity); }
+ DECLARE_TRACE();
#ifndef NDEBUG
void showTreeForThis() const;

Powered by Google App Engine
This is Rietveld 408576698