Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / LifecycleObserver.h
index 2f6765e..d1609f5 100644 (file)
@@ -45,7 +45,7 @@ public:
     };
 
     explicit LifecycleObserver(Context* context, Type type = GenericType)
-        : m_lifecycleContext(context)
+        : m_lifecycleContext(0)
         , m_observerType(type)
     {
         observeContext(context);