| 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..ce2f73b28e72cae46db44aa8f85f0264c4e4abde 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,
|
| + TextIteratorEmitExtraSpaceDeprecated = 1 << 13,
|
| };
|
| typedef unsigned TextIteratorBehaviorFlags;
|
|
|
|
|