Fixed SVACE error in WebView
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / web-view / web-view-impl.cpp
index 7da5f9d..9cc4454 100644 (file)
@@ -61,7 +61,11 @@ DALI_TYPE_REGISTRATION_END()
 WebView::WebView( const std::string& locale, const std::string& timezoneId )
 : Control( ControlBehaviour( ACTOR_BEHAVIOUR_DEFAULT | DISABLE_STYLE_CHANGE_SIGNALS ) ),
   mUrl(),
 WebView::WebView( const std::string& locale, const std::string& timezoneId )
 : Control( ControlBehaviour( ACTOR_BEHAVIOUR_DEFAULT | DISABLE_STYLE_CHANGE_SIGNALS ) ),
   mUrl(),
-  mWebViewSize( Stage::GetCurrent().GetSize() )
+  mVisual(),
+  mWebViewSize( Stage::GetCurrent().GetSize() ),
+  mWebEngine(),
+  mPageLoadStartedSignal(),
+  mPageLoadFinishedSignal()
 {
   mWebEngine = Dali::WebEngine::New();
   if ( mWebEngine )
 {
   mWebEngine = Dali::WebEngine::New();
   if ( mWebEngine )