Fix crash when the app is terminated while color picker is shown
authorKwangYong Choi <ky0.choi@samsung.com>
Thu, 13 Jun 2013 09:58:57 +0000 (18:58 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 13 Jun 2013 10:41:16 +0000 (10:41 +0000)
commit2d559e1cad41b6fcb7c546f558aeec3518898f06
treea3e41e87bb174518ceb89fb900214f54431492d7
parent92184618df0b00206f996c4a0a37463154ab2edf
Fix crash when the app is terminated while color picker is shown

[Title] Fix crash when the app is terminated while color picker is shown
[Issue#] N_SE-41001
[Problem] Crash when the apps terminated while color picker is shown
[Cause] Color picker resource is not accessible during destruction time.
[Solution] Close color picker before the page is destructed.

Change-Id: I5bfe69292ca17c55c8f5531b2563b921084329d3
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/InputPicker.cpp
Source/WebKit2/UIProcess/API/efl/tizen/InputPicker.h