From: JongHeon Choi Date: Tue, 17 May 2016 02:28:05 +0000 (+0900) Subject: Revert "explicit call aul_prepare_candidate_process()" X-Git-Tag: accepted/tizen/common/20160517.174136^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04d00f6850cf6be29944f95822424ba2d26c2531;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Revert "explicit call aul_prepare_candidate_process()" This reverts commit 575d8b20f23c4ff64cb15929e1a35ccdead73b4c. --- diff --git a/runtime/browser/web_application.cc b/runtime/browser/web_application.cc index a40740f..fa83d7b 100644 --- a/runtime/browser/web_application.cc +++ b/runtime/browser/web_application.cc @@ -715,8 +715,6 @@ void WebApplication::OnRendered(WebView* /*view*/) { STEP_PROFILE_END("Start -> Launch Completed"); LOGGER(DEBUG) << "Rendered"; splash_screen_->HideSplashScreen(SplashScreen::HideReason::RENDERED); - - aul_prepare_candidate_process(); } void WebApplication::LaunchInspector(common::AppControl* appcontrol) {