| 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), | 
|  |