[Service] Refactor unload xwalk extension 26/247626/1
authorDongHyun Song <dh81.song@samsung.com>
Mon, 2 Nov 2020 07:55:24 +0000 (16:55 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Fri, 13 Nov 2020 02:10:42 +0000 (02:10 +0000)
commitbb337f18e199a5777a2000bc57372487c967fd35
treed481bdeb87ef92c05dc7481f862e4a63e56645dd
parent54523c9d69dfe143b4af8f5df3e640b63cff1cbf
[Service] Refactor unload xwalk extension

unloadInstance() is introduced for optimizing memory on global
model. But with irregular crash problems on UvTaskRunner's
OnTimeout function, it try to access xwalk instance after deleted.

This patch will remove calling unloadInstance() API.
Unloading xwalk extension will be refactored below patch.

Related patch:
  https://review.tizen.org/gerrit/246586/

Change-Id: Ie6a74b815680f02530fd2553427d03bf1634d612
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
(cherry picked from commit f93dfc53d1b8626d3204c41113d86497b90f7ad3)
wrt_app/common/wrt_xwalk_extension.ts