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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.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/Editor.cpp
diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
index 176f2a26a6a5f67f1c768d941acf91f66e2c5214..b176a7320d4ec1276022ca6631b52b2e9aeb972d 100644
--- a/third_party/WebKit/Source/core/editing/Editor.cpp
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp
@@ -899,9 +899,8 @@ Editor::Editor(LocalFrame& frame)
: m_frame(&frame),
m_undoStack(UndoStack::create()),
m_preventRevealSelection(0),
- m_shouldStartNewKillRingSequence(false)
+ m_shouldStartNewKillRingSequence(false),
// This is off by default, since most editors want this behavior (this matches IE but not FF).
- ,
m_shouldStyleWithCSS(false),
m_killRing(wrapUnique(new KillRing)),
m_areMarkedTextMatchesHighlighted(false),
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleEngine.cpp ('k') | third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698