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

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: 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 b47f4549d04ffe0838ec485231446e109ae099e6..e30427f56970ef26be9fd257ecb54d07d6e229b8 100644
--- a/third_party/WebKit/Source/core/editing/Editor.cpp
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp
@@ -836,9 +836,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),

Powered by Google App Engine
This is Rietveld 408576698