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; |