| 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 949f076b209ab5c680b3952a2af77830f5c343b0..7da606873afcade508dcbd3a05318ac30e26eff6 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextChecking.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextChecking.h
|
| @@ -60,6 +60,7 @@ const int kUnrequestedTextCheckingSequence = -1;
|
|
|
| class TextCheckingRequestData final {
|
| DISALLOW_NEW();
|
| +
|
| public:
|
| TextCheckingRequestData(const String& text)
|
| : sequence_(kUnrequestedTextCheckingSequence), text_(text) {}
|
|
|