Fix the incorrect operation about link effect
authorSanghyup Lee <sh53.lee@samsung.com>
Mon, 22 Apr 2013 05:38:19 +0000 (14:38 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 22 Apr 2013 05:48:17 +0000 (14:48 +0900)
commit1103d7596f8c9f01ada6db6053c420efe110e771
treec2e389d1e145e6e2c5669b375cb292d7b290ce86
parent5414c2e757a5b1e4c963bdc003a77e4c7f255192
Fix the incorrect operation about link effect

[Title] Fix the incorrect operation about link effect
[Issue#] DCM-1403
[Problem] Unexpectedly sounds when tapped simple image.
[Cause] Link effect played without checking html tag name.
[Solution] Add routine for checking tag that decide whether to play link effect

Change-Id: I7f2026b3b31d976f970f69286dd8b6acd56177ad
Source/WebCore/page/EventHandler.cpp