| Index: third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| index 3e99c9d8213517d24bb8d8d46f35f361ec647d66..07fc4169e0b307acb256705bdb06283905d9d661 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
|
| @@ -13,7 +13,7 @@ struct UStringSearch;
|
|
|
| namespace blink {
|
|
|
| -struct CORE_EXPORT MatchResult {
|
| +struct CORE_EXPORT MatchResultICU {
|
| size_t start;
|
| size_t length;
|
| };
|
| @@ -28,7 +28,7 @@ class CORE_EXPORT TextSearcherICU {
|
| void setPattern(const StringView& pattern, bool sensitive);
|
| void setText(const UChar* text, size_t length);
|
| void setOffset(size_t);
|
| - bool nextMatchResult(MatchResult&);
|
| + bool nextMatchResult(MatchResultICU&);
|
|
|
| private:
|
| void setPattern(const UChar* pattern, size_t length);
|
|
|