Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h

Issue 1483013003: Find In Page doesn't work properly when " " is searched (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing the patch Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
index 0e9fde3c07dcb0870900d4b453103454fdbab1c9..7828cd670571ea5540a8846afaa40aae764dbbff 100644
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
@@ -43,6 +43,7 @@ enum TextIteratorBehavior {
TextIteratorForSelectionToString = 1 << 10,
TextIteratorForWindowFind = 1 << 11,
TextIteratorExcludeAutofilledValue = 1 << 12,
+ TextIteratorCollapseTrailingSpace = 1 << 13,
};
typedef unsigned TextIteratorBehaviorFlags;

Powered by Google App Engine
This is Rietveld 408576698