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

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

Issue 935283002: Rename {Author,UserAgent}ShadowRoot to {Open,Closed}ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix inspector tests Created 5 years, 10 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
« no previous file with comments | « Source/core/editing/iterators/TextIterator.cpp ('k') | Source/core/editing/iterators/TextIteratorTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « Source/core/editing/iterators/TextIterator.cpp ('k') | Source/core/editing/iterators/TextIteratorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698