Index: Source/bindings/v8/V8PerContextData.cpp |
diff --git a/Source/bindings/v8/V8PerContextData.cpp b/Source/bindings/v8/V8PerContextData.cpp |
index e052148203f179069a27f6be43bfe8accec988b9..1456bed0748ed9a44fd9dd66cf5611109895e0b8 100644 |
--- a/Source/bindings/v8/V8PerContextData.cpp |
+++ b/Source/bindings/v8/V8PerContextData.cpp |
@@ -47,6 +47,7 @@ V8PerContextData::V8PerContextData(v8::Handle<v8::Context> context) |
, m_contextHolder(adoptPtr(new gin::ContextHolder(context->GetIsolate()))) |
, m_context(m_isolate, context) |
, m_customElementBindings(adoptPtr(new CustomElementBindingMap())) |
+ , m_activityLogger(0) |
{ |
m_contextHolder->SetContext(context); |