Fix for lockup issue
authorhyun lee <hyunn.lee@samsung.com>
Mon, 12 Aug 2013 09:45:56 +0000 (18:45 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Mon, 12 Aug 2013 09:45:56 +0000 (18:45 +0900)
Change-Id: I5cefd12b9e8930366f1877508a219de85752a7bd
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
src/controls/FWebCtrl_UserConfirmPopup.cpp

index e5f6c11..9157826 100755 (executable)
@@ -72,11 +72,7 @@ _UserConfirmPopup::_UserConfirmPopup(void)
 
 _UserConfirmPopup::~_UserConfirmPopup(void)
 {
-       
-       if (IsModalPopup())
-       {
-               HandleUserAction(EINA_FALSE);
-       }
+       HandleUserAction(EINA_FALSE);
 }