Adding the plugin loading init in reset widget process
authorHoseon LEE <hoseon46.lee@samsung.com>
Thu, 24 Jan 2013 04:47:05 +0000 (13:47 +0900)
committerGerrit Code Review <gerrit2@kim11>
Sun, 27 Jan 2013 05:51:51 +0000 (14:51 +0900)
commit1eda165caedb39e16662bdb1b1bc4c71b41dfb21
tree7e0c6c69b6270744cdf94166491fce2fcb383cb7
parent24fd1a1edea09d89827679ef7cf44c785553b4a6
Adding the plugin loading init in reset widget process

[Issue#] N/A
[Problem] App can't get the latest bundle data in onload event when app get the reset event.
[Cause] WRT set the latest bundle data in loadFinisdedCallback when app get the reset event.
        But it is too late.
        And, in the reset widget process does not have initializePluginLoading.
[Solution] Adding the plugin loading init in reset widget process.
[SCMRequest] N/A

Change-Id: Ib292afffccddaa957b5ba6abe4e804d0031ad980
src/view/webkit/view_logic.cpp