Put date into field that was used to activate DatePicker instead of currectly focused...
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / WebPage.messages.in
index 17e8629..9cac324 100755 (executable)
@@ -371,6 +371,7 @@ messages -> WebPage {
 #endif
 
 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION) || ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
+    SetCurrentTargetInputElementValue(WTF::String inputValue)
     SetFocusedInputElementValue(WTF::String inputValue)
     GetFocusedInputElementValue() -> (String inputValue)
 #endif