| Index: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
|
| index 98f75afe9ff1e49134b4ad615a0c6c64415a553f..5fcbae59b71792bbaf1368cd91c1ae45a8a1dfdc 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
|
| @@ -46,7 +46,7 @@ V8PerContextData::V8PerContextData(v8::Local<v8::Context> context)
|
| : m_isolate(context->GetIsolate()),
|
| m_wrapperBoilerplates(m_isolate),
|
| m_constructorMap(m_isolate),
|
| - m_contextHolder(wrapUnique(new gin::ContextHolder(m_isolate))),
|
| + m_contextHolder(makeUnique<gin::ContextHolder>(m_isolate)),
|
| m_context(m_isolate, context),
|
| m_activityLogger(0),
|
| m_compiledPrivateScript(m_isolate) {
|
|
|