Unset webkit context callbacks on exit of webprocess
authorYunchan Cho <yunchan.cho@samsung.com>
Sat, 26 Jan 2013 13:54:46 +0000 (22:54 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sat, 26 Jan 2013 14:04:14 +0000 (23:04 +0900)
commit8b14efb07220a332d876e6d08fb90c28bbbaaebc
tree26395266d47f565c0bcfeb9587b2c042c6e9c222
parent230e9d2a64dc74c81ea82cece0137ef72bef3163
Unset webkit context callbacks on exit of webprocess

[Issue#]       N_SE-23178
[Bug]          The crash occurs on exit of webprocess despite of normal exit or abnormal exit
[Cause]        Two callbacks of webkit context are not unset
[Solution]     context callback regarding vibration and download are unset on exit of webprocess

Change-Id: I2845e4b42f9de1b0433b455e77c1a0b95bd23a45
src/view/webkit/view_logic.cpp