Initialize geolocation provider
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / ewk_geolocation_provider.cpp
index d00d162..d614d00 100644 (file)
@@ -26,7 +26,9 @@
 #include "ewk_view_private.h"
 
 Ewk_Geolocation_Provider::Ewk_Geolocation_Provider(WKContextRef contextRef)
-    : m_wkContext(contextRef)
+    : m_locationManagerStarted(false)
+    , m_locationManager(0)
+    , m_wkContext(contextRef)
 {
     ASSERT(m_wkContext.get());
     WKGeolocationManagerRef geolocationManagerRef = WKContextGetGeolocationManager(m_wkContext.get());