Create string tightly when retrive string from cbhm
authorTaeyun An <ty.an@samsung.com>
Tue, 9 Jul 2013 05:33:27 +0000 (14:33 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 03:11:09 +0000 (03:11 +0000)
commitb6329e9f58f44910a6c83e0434d02b97d5bf0149
treec2f23888690505532ddd90d2a2e324bf126ae0be
parent02900df03ff95862414ce9a2a08110c6bf3c09b2
Create string tightly when retrive string from cbhm

[Title] Create string tightly when retrive string from cbhm
[Issue#] DCM-1658
[Problem] \u0000 null value is inserted at the end of string.
[Cause] Included null value string length is returned when use XGetWindowProperty API.
[Solution] Create string tightly when retrive string from cbhm

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