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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h

Issue 2915863005: Remove TextIteratorTextState::GetString() (Closed)
Patch Set: Created 3 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 | third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
index f9f52dd05e3e96627dbc3fca5f372af50cb8356c..2c3723ecad55c4587f86ccaa08ce7eda380e2359 100644
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
@@ -45,8 +45,6 @@ class CORE_EXPORT TextIteratorTextState {
explicit TextIteratorTextState(const TextIteratorBehavior&);
~TextIteratorTextState() {}
- const String& GetString() const { return text_; }
-
int length() const { return text_length_; }
UChar CharacterAt(unsigned index) const;
String Substring(unsigned position, unsigned length) const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698