Merge "[Tizen] Add an API for 'create,window' event." into tizen_7.0 accepted/tizen/7.0/unified/20230106.165626
authordongsug song <dongsug.song@samsung.com>
Thu, 5 Jan 2023 09:04:12 +0000 (09:04 +0000)
committerGerrit Code Review <gerrit@review>
Thu, 5 Jan 2023 09:04:12 +0000 (09:04 +0000)
1  2 
dali-toolkit/internal/controls/web-view/web-view-impl.cpp
dali-toolkit/internal/controls/web-view/web-view-impl.h

@@@ -1337,11 -1305,13 +1320,8 @@@ void WebView::WebViewAccessible::SetRem
  {
    mRemoteChild.SetAddress(address);
    OnChildrenChanged();
 -
 -  if(address)
 -  {
 -    Accessibility::Bridge::GetCurrentBridge()->EmbedAtkSocket(GetAddress(), address);
 -  }
  }
  
- #undef GET_ENUM_STRING
- #undef GET_ENUM_VALUE
  } // namespace Internal
  
  } // namespace Toolkit