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

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

Issue 1337933002: Oilpan: fix build after r202130. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/FrameSelection.cpp
diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
index d492eb8851eaa486a3d0360a738d28c35451ccfc..27c1eb8233794344cf898b7514e80382fc1b623e 100644
--- a/Source/core/editing/FrameSelection.cpp
+++ b/Source/core/editing/FrameSelection.cpp
@@ -1999,7 +1999,7 @@ void FrameSelection::showTreeForThis() const
DEFINE_TRACE(FrameSelection)
{
visitor->trace(m_frame);
- visitor->trace(selection());
+ visitor->trace(m_selection);
visitor->trace(m_originalBase);
visitor->trace(m_logicalRange);
visitor->trace(m_previousCaretNode);
« 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