webengine/osswebengine/WebKit/s60/webcoresupport/WebInspectorClient.cpp
changeset 13 10e98eab6f85
parent 0 dd21522fd290
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
    24 
    24 
    25 void WebInspectorClient::inspectorDestroyed()
    25 void WebInspectorClient::inspectorDestroyed()
    26 {
    26 {
    27 /*
    27 /*
    28     [[m_windowController.get() webView] close];
    28     [[m_windowController.get() webView] close];
       
    29 */
    29     delete this;
    30     delete this;
    30 */
       
    31     notImplemented();
       
    32 }
    31 }
    33 
    32 
    34 Page* WebInspectorClient::createPage()
    33 Page* WebInspectorClient::createPage()
    35 {
    34 {
    36 /*
    35 /*