| 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 8b8b7f8c213bc48b14f61c07630e46f8d9b0dd02..729938c77114188d888bdc714ea59761364f54ab 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.cpp
|
| @@ -48,7 +48,8 @@ V8PerContextData::V8PerContextData(v8::Local<v8::Context> context)
|
| m_constructorMap(m_isolate),
|
| m_contextHolder(WTF::makeUnique<gin::ContextHolder>(m_isolate)),
|
| m_context(m_isolate, context),
|
| - m_activityLogger(0) {
|
| + m_activityLogger(nullptr),
|
| + m_moduleResolver(nullptr) {
|
| m_contextHolder->SetContext(context);
|
|
|
| v8::Context::Scope contextScope(context);
|
|
|