Revert "Hide context menu popup and link magnifier through hardware back key event"
authorTaeyun An <ty.an@samsung.com>
Fri, 28 Jun 2013 09:50:04 +0000 (18:50 +0900)
committerTaeyun An <ty.an@samsung.com>
Fri, 28 Jun 2013 09:50:04 +0000 (18:50 +0900)
This reverts commit 0ef9ca6af99f289d38cfb8b5d6a33b394a00c577.

Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp

index 0b3be18..3c90bab 100755 (executable)
@@ -44,7 +44,6 @@
 #include <wtf/text/CString.h>
 
 #include <stdio.h>
-#include <efl_assist.h>
 
 using namespace WebCore;
 
@@ -104,7 +103,6 @@ void WebContextMenuProxyTizen::createEflMenu(const Vector<WebContextMenuItemData
         topWidget = m_webView;
 
     m_popup = elm_ctxpopup_add(topWidget);
-    ea_object_event_callback_add(m_popup, EA_CALLBACK_BACK, ea_ctxpopup_back_cb, NULL);
     if (!m_popup)
         return;