Fix bug when UIProcess received invalid keyboard event from WebProcess
authorByungwoo Lee <bw80.lee@samsung.com>
Sat, 8 Sep 2012 12:41:24 +0000 (21:41 +0900)
committerByungwoo Lee <bw80.lee@samsung.com>
Sat, 8 Sep 2012 13:07:11 +0000 (22:07 +0900)
commit787bb052e5df9f17ce0a3684578b87b7818842ed
treeefb7b77c010c7ed1a7289cf53d627ed36bd7b655
parent2f1463ff8f08fa4ff4e99abfbfad75cc5d57bc04
Fix bug when UIProcess received invalid keyboard event from WebProcess

[Title] Fix bug when UIProcess received invalid keyboard event from WebProcess
[Issue#] N/A
[Problem] incorrectly used a function for handling invalid keyboard event.
[Cause] N/A
[Solution] Fix to use correct function.
[Developer] bw80.lee

Change-Id: Ib70e33d5e0bb548850a319fe9bf4816a28b56315
Source/WebKit2/UIProcess/WebPageProxy.cpp