Fixed closing incognito tab 33/50533/3
authorAlbert Malewski <a.malewski@samsung.com>
Thu, 29 Oct 2015 12:10:01 +0000 (13:10 +0100)
committerAlbert Malewski <a.malewski@samsung.com>
Thu, 29 Oct 2015 12:35:49 +0000 (05:35 -0700)
commitd5adfffe55224f7eb836b2af61e283561eaca4e3
treee882fd5b7cb22ce69613fe482844f87779350059
parentad1877fa64dcb555d802f97e0a40d28e69d0a331
Fixed closing incognito tab

[Issue]    https://bugs.tizen.org/jira/browse/TT-239
[Problem]  Browser crashes when tries to close incognito tab.
[Cause]    Ewk_Context API was used incorrectly.
[Solution] Moved creation of m_ewkContext from contructor to init().
[Verify]   Open Incognito Tab > Tab Manager > Close Incognito Tab.

Change-Id: I117939d1f69a1f9a71a13ae3b2dea9b83a70e0e8
services/WebKitEngineService/WebView.cpp