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