Fix crash if the color picker is closed quickly
authorKwangYong Choi <ky0.choi@samsung.com>
Wed, 21 Aug 2013 10:15:46 +0000 (19:15 +0900)
committerKwangYong Choi <ky0.choi@samsung.com>
Wed, 21 Aug 2013 10:18:01 +0000 (19:18 +0900)
commitec8a6d0ece5d73df59d3af8fa82e609084ef4e89
tree8fa980f7c922ad9ba3888f33f62794008eec59e2
parent2dd17bc46b9581a1f7c6bfd370e776107fdcf6c6
Fix crash if the color picker is closed quickly

[Title] Fix crash if the color picker is closed quickly.
[Issue#] N_SE-49225
[Problem] TizenWinset web-app crashed.
[Cause] Try to access invalid object.
[Solution] Add null checking.

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