| Index: third_party/WebKit/Source/platform/text/TextBreakIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextBreakIterator.h b/third_party/WebKit/Source/platform/text/TextBreakIterator.h
|
| index 940a3a515d68a8c3a0b95840df1728d9b05a3429..584d685ff92235f2a04f9085935b92208b11583b 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextBreakIterator.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextBreakIterator.h
|
| @@ -84,7 +84,7 @@ public:
|
| releaseLineBreakIterator(m_iterator);
|
| }
|
|
|
| - String string() const { return m_string; }
|
| + String getString() const { return m_string; }
|
|
|
| UChar lastCharacter() const
|
| {
|
|
|