Use Sync message for syncLocalStorage
authorJihye Kang <jye.kang@samsung.com>
Fri, 4 Oct 2013 06:33:23 +0000 (15:33 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 4 Oct 2013 07:14:29 +0000 (07:14 +0000)
commit5685ca1cdd86b81c6f2eade4b38b799f7ae04a15
tree8e923a79ddd4de1336b6eea3c20dbb7924130d03
parent612b2f2be052bd4daefadc9a7fb05bbbd4cdcfcb
Use Sync message for syncLocalStorage

[Title] User Sync message for syncLocalStorage
[Issue#] N_SE-53752
[Problem] Tasks are not deleted after having empty box in Date-picker when reopen TaskManager without time-delay
[Cause] sync request was not send synchronously.
[Solution] use sync message for syncLocalStorage.
But the issue is not perfectly resolved on Emulator with this patch. So TaskManager application should be changed also.

Change-Id: I86ae84aa418315f8d9db2988386f56c7dd92434e
Source/WebKit2/UIProcess/WebKeyValueStorageManagerProxy.cpp