Fixed wrong argument usage for geolocation permission popup
authorJihoon Chung <jihoon.chung@samsaung.com>
Tue, 1 Oct 2013 08:18:08 +0000 (17:18 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Wed, 2 Oct 2013 07:38:23 +0000 (07:38 +0000)
commit912c9beee2d1ce8e69babb34620fa45329380d46
treea968116fe96b9c3545ff217a5c87af2e1af364a9
parentb6eb638f5de13c8b299a7008ef27c1474397933b
Fixed wrong argument usage for geolocation permission popup

[Issue#]   N/A
[Problem]  Fail to set "allow"/"deny" even though user selects button
           on the permision request popup
[Cause]    Wrong argument passed to "SecurityOriginSupportUtil::getResult" API.
           - Wrong Usage : popup evas_object
           - Right Usage : button evas_object
[Solution] Change argument to correct evas_object for "button".

[SCMRequest] N/A

Change-Id: I6b02599837d5680747a9a2337cf3d6f29ef41c12
src/view/webkit/view_logic_geolocation_support.cpp