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

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

Issue 425203002: Revert of Oilpan: Prepare to move RenderObject and RenderObjectChildList to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 39b11d2c6b9aec798c29d0e741e6a9cca353a9bb..cae9dc5abcfeb684700a3c9690f8d7aa3e23d726 100644
--- a/Source/core/editing/TextIterator.h
+++ b/Source/core/editing/TextIterator.h
@@ -176,7 +176,7 @@
// remaining text box.
InlineTextBox* m_remainingTextBox;
// Used to point to RenderText object for :first-letter.
- RawPtrWillBeMember<RenderText> m_firstLetterText;
+ RenderText *m_firstLetterText;
// Used to do the whitespace collapsing logic.
RawPtrWillBeMember<Node> 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