| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 3c7a5ca233b60d503615bf953f2fe86955b68b4a..df5142ea58e38ba3f4763e3c076bb28d41c7378a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -974,7 +974,7 @@ void FrameView::prepareLayoutAnalyzer() {
|
| return;
|
| }
|
| if (!m_analyzer)
|
| - m_analyzer = wrapUnique(new LayoutAnalyzer());
|
| + m_analyzer = makeUnique<LayoutAnalyzer>();
|
| m_analyzer->reset();
|
| }
|
|
|
|
|