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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 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
Index: third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
index 3d91b74bd93fc9808a644ca54900909163555ce2..eaea1ac12f72a324f82b9f9960b92b27504c2d08 100644
--- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp
@@ -162,9 +162,8 @@ TextIteratorAlgorithm<Strategy>::TextIteratorAlgorithm(
m_behavior(adjustBehaviorFlags<Strategy>(behavior)),
m_handledFirstLetter(false),
m_shouldStop(false),
- m_handleShadowRoot(false)
+ m_handleShadowRoot(false),
// The call to emitsOriginalText() must occur after m_behavior is initialized.
- ,
m_textState(emitsOriginalText()) {
DCHECK(start.isNotNull());
DCHECK(end.isNotNull());

Powered by Google App Engine
This is Rietveld 408576698