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

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

Issue 1149903004: Oilpan: Validate pointers stored in Member (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | Source/core/editing/iterators/TextIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/iterators/TextIterator.h
diff --git a/Source/core/editing/iterators/TextIterator.h b/Source/core/editing/iterators/TextIterator.h
index 19d9b7bed9ef98c1d93846d34aaf46d9c7e84373..feb162219689fdf1a9cc4ced19c2ece14e58d148 100644
--- a/Source/core/editing/iterators/TextIterator.h
+++ b/Source/core/editing/iterators/TextIterator.h
@@ -164,7 +164,7 @@ private:
// remaining text box.
InlineTextBox* m_remainingTextBox;
// Used to point to LayoutText object for :first-letter.
- RawPtrWillBeMember<LayoutText> m_firstLetterText;
+ LayoutText* m_firstLetterText;
// Used to do the whitespace collapsing logic.
RawPtrWillBeMember<Text> m_lastTextNode;
« no previous file with comments | « no previous file | Source/core/editing/iterators/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698