12012-10-15 Eunmi Lee <eunmi15.lee@samsung.com>
2
3 [EFL][WK2] Refactoring initialization and shutdown codes of EFL libraries.
4 https://bugs.webkit.org/show_bug.cgi?id=97173
5
6 Reviewed by NOBODY (OOPS!).
7
8 Remove codes to initialize and shutdown the EFL libraries from
9 RunLoopEfl.cpp. Initialization and shutdown will be done in the
10 ewk_main.cpp for ui process and WebProcessMainEfl.cpp for web
11 process.
12
13 No new tests. This patch doesn't change behavior.
14
15 * platform/efl/RunLoopEfl.cpp:
16 (WebCore::RunLoop::RunLoop):
17 (WebCore::RunLoop::~RunLoop):
18