Prevent a crash in didReceiveMessage() of WebContext
authorGyuyoung Kim <gyuyoung.kim@samsung.com>
Tue, 24 Sep 2013 00:52:22 +0000 (09:52 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 25 Sep 2013 08:04:28 +0000 (08:04 +0000)
commit93654130f67968dcf403ebb5bbd618151996323a
tree2efbd0a79dff7be2a98539f1c297fcb0a02450b4
parent4a08aee9fccd9fd56650bc5b914d5835e880563b
Prevent a crash in didReceiveMessage() of WebContext

[Title] Prevent a crash in didReceiveMessage() of WebContext
[Issue#] N_SE-52642
[Problem] There was a crash in didReceiveMessage() on sample web app only once.
[Cause] Arguments of didReceiveMessage() may has null
[Solution] Check if argument is null.

Change-Id: I8231f296fffbc6a4c0df4995a017083941fe1f0d
Source/WebKit2/UIProcess/WebContext.cpp