| Index: third_party/WebKit/Source/platform/text/TextChecking.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextChecking.h b/third_party/WebKit/Source/platform/text/TextChecking.h
|
| index 042dd22d2b3c6b162d88fe367e50c8a17e019e62..af9a83273c8a0efaf07753469339593b0170ceae 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextChecking.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextChecking.h
|
| @@ -53,7 +53,7 @@ struct TextCheckingResult {
|
| int location;
|
| int length;
|
| Vector<GrammarDetail> details;
|
| - String replacement;
|
| + Vector<String> replacements;
|
| };
|
|
|
| const int kUnrequestedTextCheckingSequence = -1;
|
|
|