Checking the ewkView value before open clipboard window
authorTaeyun An <ty.an@samsung.com>
Thu, 4 Apr 2013 13:52:11 +0000 (22:52 +0900)
committerTaeyun An <ty.an@samsung.com>
Thu, 4 Apr 2013 16:54:02 +0000 (01:54 +0900)
commitf672ad2ccf3da46de9193370cf4373b156e015fc
treef49b39aece2c41eaefe1356a4c9129d2c5d901b0
parentfbfc6409248016e52d6d96c5413f9925bad17bd6
Checking the ewkView value before open clipboard window

[Title] Checking the ewkView value before open clipboard window
[Issue#] PLM-P130404-4374
[Problem] Crash occured when open the clipboard window from IME button.
[Cause] Open clipboard window signal callback from IME is registed at EFL, OSP side also, So sometimes ewkView pointer has null value.
[Solution] Checking the ewkView value before open clipboard window. If ewkView value is null then it should be early return before open clipboard window.

Change-Id: Ibff6a2ab3b8c0c0e26fa034cefa54bd59ba69f79
Source/WebKit2/UIProcess/API/efl/tizen/ClipboardHelper.cpp