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

Unified Diff: Source/core/editing/iterators/TextIterator.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/CharacterIterator.cpp ('k') | Source/core/editing/iterators/TextIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/iterators/TextIterator.h
diff --git a/Source/core/editing/iterators/TextIterator.h b/Source/core/editing/iterators/TextIterator.h
index df07d3130128282e23039b11051c6bdada0d7058..df24609c662ecf6ffcbb34f58dc9aeb18cdb893a 100644
--- a/Source/core/editing/iterators/TextIterator.h
+++ b/Source/core/editing/iterators/TextIterator.h
@@ -114,8 +114,8 @@ public:
private:
enum IterationProgress {
HandledNone,
- HandledAuthorShadowRoots,
- HandledUserAgentShadowRoot,
+ HandledOpenShadowRoots,
+ HandledClosedShadowRoot,
HandledNode,
HandledChildren
};
@@ -207,7 +207,7 @@ private:
bool m_emitsImageAltText;
- bool m_entersAuthorShadowRoots;
+ bool m_entersOpenShadowRoots;
bool m_emitsObjectReplacementCharacter;
« no previous file with comments | « Source/core/editing/iterators/CharacterIterator.cpp ('k') | Source/core/editing/iterators/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698