Create string tightly when retrive string from cbhm callback event
authorTaeyun An <ty.an@samsung.com>
Thu, 13 Jun 2013 14:50:26 +0000 (23:50 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 03:05:08 +0000 (03:05 +0000)
commit6ef8e73ccf67afaa2663727d56a1f0da040a9107
treea79a1d0bf46ebc68e0926bfa582a0f59fd2bbd9a
parentc62ef68cfb55a12641362cfa87249a3445822fbb
Create string tightly when retrive string from cbhm callback event

[Title] Create string tightly when retrive string from cbhm callback event.
[Issue#] DCM-1918
[Problem] \u0000 null value is inserted at the end of string.
[Cause] Included null value string length is transfered from cbhm callback event.
[Solution] Create string tightly when retrive string from cbhm callback event

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