Index: Source/core/editing/iterators/TextIteratorFlags.h |
diff --git a/Source/core/editing/iterators/TextIteratorFlags.h b/Source/core/editing/iterators/TextIteratorFlags.h |
index 0c174fe739bcec5dc14ccc166b8e6abf9c4c813a..6f315ecadd3e0bbcd30f6904368d4c3f470a8f6e 100644 |
--- a/Source/core/editing/iterators/TextIteratorFlags.h |
+++ b/Source/core/editing/iterators/TextIteratorFlags.h |
@@ -36,7 +36,7 @@ enum TextIteratorBehavior { |
TextIteratorEmitsOriginalText = 1 << 3, |
TextIteratorStopsOnFormControls = 1 << 4, |
TextIteratorEmitsImageAltText = 1 << 5, |
- TextIteratorEntersAuthorShadowRoots = 1 << 6, |
+ TextIteratorEntersOpenShadowRoots = 1 << 6, |
TextIteratorEmitsObjectReplacementCharacter = 1 << 7, |
TextIteratorDoesNotBreakAtReplacedElement = 1 << 8 |
}; |