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

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

Issue 1339303002: Oilpan: fix build after r202264. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 3677d3ad34cb5ecb7089698c0aa57ca36ddaff23..765fe07250ae3c6624eff9df73c6676246cff505 100644
--- a/Source/core/editing/FrameSelection.cpp
+++ b/Source/core/editing/FrameSelection.cpp
@@ -1268,6 +1268,7 @@ void FrameSelection::showTreeForThis() const
DEFINE_TRACE(FrameSelection)
{
visitor->trace(m_frame);
+ visitor->trace(m_pendingSelection);
visitor->trace(m_selectionEditor);
visitor->trace(m_originalBase);
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