In TestWebKitAPI/efl/main.cpp, ecore and eina modules are unnecessarily initialized as we already does it in PlatformWebView::PlatformWebView calling ewk_init(). The reason for that was to ensure testing for example, WTF where creating the view is not mandatory. Call ewk_init() and ewk_shutdown() in TestWebKitAPI/efl/main.cpp in order to properly initalize and release EWebKit.
Created attachment 238123 [details] Patch
Comment on attachment 238123 [details] Patch LGTM. r=me.
Comment on attachment 238123 [details] Patch Clearing flags on attachment: 238123 Committed r173621: <http://trac.webkit.org/changeset/173621>
All reviewed patches have been landed. Closing bug.