| 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 c1d7b1601c31f25d33007acffabad03502910b9f..2ff00ca419cc4281f205af6b1002878d39866ff5 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -930,7 +930,7 @@ Editor::Editor(LocalFrame& frame)
|
| // 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_killRing(WTF::wrapUnique(new KillRing)),
|
| m_areMarkedTextMatchesHighlighted(false),
|
| m_defaultParagraphSeparator(EditorParagraphSeparatorIsDiv),
|
| m_overwriteModeEnabled(false) {}
|
|
|