ewk_settings_form APIs is not declare in wearable profile
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 18 Oct 2016 04:29:32 +0000 (13:29 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Tue, 18 Oct 2016 04:29:32 +0000 (13:29 +0900)
runtime/browser/web_view_impl.cc

index 7a79f99..e1fdc30 100644 (file)
@@ -219,7 +219,9 @@ void WebViewImpl::Initialize() {
 
   Ewk_Settings* settings = ewk_view_settings_get(ewk_view_);
   ewk_settings_scripts_can_open_windows_set(settings, EINA_TRUE);
+#ifndef PROFILE_WEARABLE
   ewk_settings_form_candidate_data_enabled_set(settings, EINA_TRUE);
+#endif
   ewk_settings_default_text_encoding_name_set(settings, kDefaultEncoding);
 
   // TODO(sngn.lee): "protocolhandler,registration,requested"