Fix input picker issue
[framework/web/webkit-efl.git] / Source / WebKit2 / Shared / EditorState.h
index 2ea188d..3248fa2 100755 (executable)
@@ -43,7 +43,6 @@ struct EditorState {
         , isInPasswordField(false)
         , hasComposition(false)
 #if ENABLE(TIZEN_ISF_PORT)
-        , isTapEventHandling(false)
         , inputMethodContextID(0)
         , cursorPosition(0)
 #endif
@@ -70,7 +69,6 @@ struct EditorState {
     bool isInPasswordField;
     bool hasComposition;
 #if ENABLE(TIZEN_ISF_PORT)
-    bool isTapEventHandling;
     uintptr_t inputMethodContextID;
     WTF::String inputMethodHints;
     WTF::String surroundingText;