Index: third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h |
diff --git a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h |
index a4f60bf7903e3246633aa05abbccf4155550b22a..8e46a9054bf463633e5634aebf57de8cab7e8b84 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h |
+++ b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.h |
@@ -48,7 +48,7 @@ public: |
int length() const; |
private: |
- Vector<UChar> m_buffer; |
+ ForwardsTextBuffer m_buffer; |
// Did we have to look ahead in the textIterator to confirm the current chunk? |
bool m_didLookAhead; |
TextIterator m_textIterator; |