Fix bug that title is treated as url.
authorSangYong Park <sy302.park@samsung.com>
Wed, 5 Sep 2012 11:29:08 +0000 (20:29 +0900)
committerSangYong Park <sy302.park@samsung.com>
Wed, 5 Sep 2012 11:29:08 +0000 (20:29 +0900)
commite8d2107398c175872f848c98be49047dfd484de2
tree74aab070b4e56a4ac65c5655bc0c43d7d6d16de7
parent0359cfdb7cca86bbd8e599148af607b8b1582bb8
Fix bug that title is treated as url.

[Title] Fix bug that title is treated as url.
[Issue#] N_SE-8931
[Problem] ewk_view_uri_get() returns title
[Cause] title was copied to url in ewkViewSetTitleAndURL()
[Solution] change title to url

Change-Id: I44f5eda040ea95e98f6772ef5bf37f3273013c3b
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp