Merge "[Release] Webkit2-efl-123997_0.11.78" into tizen_2.2
[framework/web/webkit-efl.git] / Source / WebKit2 / Shared / EditorState.cpp
index d9ab33d..b79afda 100755 (executable)
@@ -42,7 +42,6 @@ void EditorState::encode(CoreIPC::ArgumentEncoder* encoder) const
     encoder->encode(hasComposition);
 
 #if ENABLE(TIZEN_ISF_PORT)
-    encoder->encode(isTapEventHandling);
     encoder->encode(inputMethodContextID);
     encoder->encode(inputMethodHints);
     encoder->encode(surroundingText);
@@ -98,9 +97,6 @@ bool EditorState::decode(CoreIPC::ArgumentDecoder* decoder, EditorState& result)
         return false;
 
 #if ENABLE(TIZEN_ISF_PORT)
-    if (!decoder->decode(result.isTapEventHandling))
-        return false;
-
     if (!decoder->decode(result.inputMethodContextID))
         return false;