Dispatch DOM Event Support Bug Fix
authorTaejeong Lee <taejeong.lee@samsung.com>
Mon, 3 Jun 2013 04:29:51 +0000 (13:29 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Mon, 3 Jun 2013 04:51:39 +0000 (13:51 +0900)
commit1822585fb5f95c7018db2fa42a579186fd127db7
tree3379fca9291dced902584001bc07cbc89db473df
parent989a78f97c16958353e9be27f768f98b41c4045a
Dispatch DOM Event Support Bug Fix

[Issue#] N/A
[Problem] Inner "event" variable in dispatch_event_support overrides global scope variable.
[Cause] N/A
[Solution] Inner variable name was changed to "__event".

Change-Id: I00053cce7f66bc55d11038f6c669f894c223c006
src/dispatch-event/dispatch_event_support.cpp