Index: third_party/WebKit/public/web/WebFindOptions.h |
diff --git a/third_party/WebKit/public/web/WebFindOptions.h b/third_party/WebKit/public/web/WebFindOptions.h |
index 7f379099c14abc5a4f1e2de2869bb725ea5c865e..a824f9718a0c40660195f63a6e4ee8356259df29 100644 |
--- a/third_party/WebKit/public/web/WebFindOptions.h |
+++ b/third_party/WebKit/public/web/WebFindOptions.h |
@@ -49,8 +49,9 @@ struct WebFindOptions { |
// Whether this operation should look for matches only at the start of words. |
bool wordStart; |
- // When combined with wordStart, accepts a match in the middle of a word if the match begins with |
- // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches. |
+ // When combined with wordStart, accepts a match in the middle of a word if |
+ // the match begins with an uppercase letter followed by a lowercase or |
+ // non-letter. Accepts several other intra-word matches. |
bool medialCapitalAsWordStart; |
// Force a re-search of the frame: typically used when forcing a re-search |