[hotfix] Fix js callback crash issue. 52/179252/2 accepted/tizen/unified/20180517.062345 submit/tizen/20180517.000019
authorYongGeol Jung <yg48.jung@samsung.com>
Wed, 16 May 2018 14:35:26 +0000 (07:35 -0700)
committerjaekuk lee <juku1999@samsung.com>
Wed, 16 May 2018 14:43:22 +0000 (14:43 +0000)
commit57b3ac78e6d2dd5545147874a01684bed7a3b203
treed774b39516b1b0e829e92988664f435d07f81a5c
parentd9b1c47c315d6c8f74b5ce60683ddc923987a59a
[hotfix] Fix js callback crash issue.

JS callback causes crash if current |context| of |isolate| is null. To prevent
this, make new |context| for |isolate|.

Change-Id: I212beb06dfe9dfab310b71d1dbb594c3abb3c4c9
Signed-off-by: YongGeol Jung <yg48.jung@samsung.com>
extensions/renderer/runtime_ipc_client.cc