Add null-check in the PageClient's destructor.
authorHyowon Kim <hw1008.kim@samsung.com>
Mon, 6 May 2013 02:38:35 +0000 (11:38 +0900)
committerHyowon Kim <hw1008.kim@samsung.com>
Mon, 6 May 2013 02:38:35 +0000 (11:38 +0900)
commitd674f0765a35291fbfe59e78deb2e20160941026
tree4f33a4bfebe5d95dd8ee682d10b86aa984732200
parent18ad365eef7eb8a7baa824f527e233235dd01779
Add null-check in the PageClient's destructor.

[Title] Add null-check in the PageClient's destructor.
[Issue] N_SE-37245
[Problem] Unexpected force close
[Cause] The EwkViewImpl or WebPageProxy is not valid.
[Solution] null-check

Change-Id: I94b0af22cbeededf8f9d63a776d4c105289bc7e8
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp