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

Unified Diff: Source/core/editing/VisibleSelection.cpp

Issue 1195963005: Oilpan: fix build after r197563. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/VisibleSelection.cpp
diff --git a/Source/core/editing/VisibleSelection.cpp b/Source/core/editing/VisibleSelection.cpp
index c9cc6bf0accd376bbe46a6713e4d3ae5178af2b0..d62a1378074750658edb84e8c55a8e17fc0ac307 100644
--- a/Source/core/editing/VisibleSelection.cpp
+++ b/Source/core/editing/VisibleSelection.cpp
@@ -1092,6 +1092,10 @@ DEFINE_TRACE(VisibleSelection)
visitor->trace(m_extent);
visitor->trace(m_start);
visitor->trace(m_end);
+ visitor->trace(m_baseInComposedTree);
+ visitor->trace(m_extentInComposedTree);
+ visitor->trace(m_startInComposedTree);
+ visitor->trace(m_endInComposedTree);
visitor->trace(m_changeObserver);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698