[Service] Refactor unload xwalk extension 85/246585/5
authorDongHyun Song <dh81.song@samsung.com>
Mon, 2 Nov 2020 07:55:24 +0000 (16:55 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Mon, 2 Nov 2020 08:38:06 +0000 (08:38 +0000)
commitf93dfc53d1b8626d3204c41113d86497b90f7ad3
tree9aae0935ba60e71afca6600112e595ab027e4b34
parentc21b7c9d308d9ba7e2bc4a20a70d0fda85246896
[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>
wrt_app/common/wrt_xwalk_extension.ts