Add keypad layout that has number variation
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / WebPageProxy.messages.in
index 607a3c7..ab713ec 100755 (executable)
@@ -476,4 +476,8 @@ messages -> WebPageProxy {
 #if ENABLE(TIZEN_FILE_SYSTEM)
     ExceededLocalFileSystemQuota(uint64_t frameID, WTF::String originIdentifier, int64_t currentUsage) -> (bool allow) Delayed
 #endif
+
+#if ENABLE(TIZEN_ISF_PORT)
+    RemoveInputMethodContext(uintptr_t id)
+#endif
 }