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

Unified Diff: Source/core/editing/TextIterator.h

Issue 423093002: Oilpan: Prepare to move RenderObject and RenderObjectChildList to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: dispose -> destroy Created 6 years, 4 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 | « Source/core/dom/NodeRareData.cpp ('k') | Source/core/editing/TextIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/TextIterator.h
diff --git a/Source/core/editing/TextIterator.h b/Source/core/editing/TextIterator.h
index 6693bd4b9e35e1602e48fb31c9e1ee68e3007aa3..783d45ddc7c3d05f02bad4eae33d0b8b6e2dcbab 100644
--- a/Source/core/editing/TextIterator.h
+++ b/Source/core/editing/TextIterator.h
@@ -175,7 +175,7 @@ private:
// remaining text box.
InlineTextBox* m_remainingTextBox;
// Used to point to RenderText object for :first-letter.
- RenderText *m_firstLetterText;
+ RawPtrWillBeMember<RenderText> m_firstLetterText;
// Used to do the whitespace collapsing logic.
RawPtrWillBeMember<Text> m_lastTextNode;
« no previous file with comments | « Source/core/dom/NodeRareData.cpp ('k') | Source/core/editing/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698