webengine/osswebengine/WebKit/s60/webcoresupport/WebContextMenuClient.cpp
changeset 13 10e98eab6f85
parent 0 dd21522fd290
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
    21 #include "PlatformString.h"
    21 #include "PlatformString.h"
    22 #include "DebugStream.h"
    22 #include "DebugStream.h"
    23 
    23 
    24 using namespace WebCore;
    24 using namespace WebCore;
    25 
    25 
    26 void WebContextMenuClient::contextMenuDestroyed()                                           { notImplemented(); }
    26 void WebContextMenuClient::contextMenuDestroyed()
       
    27 {
       
    28     delete this;
       
    29 }
       
    30 
    27 PlatformMenuDescription WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu*)   { notImplemented(); return 0; }
    31 PlatformMenuDescription WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu*)   { notImplemented(); return 0; }
    28 void WebContextMenuClient::contextMenuItemSelected(ContextMenuItem*, const ContextMenu*)    { notImplemented(); }
    32 void WebContextMenuClient::contextMenuItemSelected(ContextMenuItem*, const ContextMenu*)    { notImplemented(); }
    29 void WebContextMenuClient::downloadURL(const KURL& url)                                     { notImplemented(); }
    33 void WebContextMenuClient::downloadURL(const KURL& url)                                     { notImplemented(); }
    30 void WebContextMenuClient::searchWithGoogle(const Frame*)                                   { notImplemented(); }
    34 void WebContextMenuClient::searchWithGoogle(const Frame*)                                   { notImplemented(); }
    31 void WebContextMenuClient::lookUpInDictionary(Frame*)                                       { notImplemented(); }
    35 void WebContextMenuClient::lookUpInDictionary(Frame*)                                       { notImplemented(); }