[haiku-webkit-commits] r288 - webkit/trunk/WebKit/haiku/WebCoreSupport

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Fri, 05 Mar 2010 17:59:09 +0000

Author: stippi
Date: Fri Mar  5 17:59:09 2010
New Revision: 288
URL: http://mmlr.dyndns.org/changeset/288

Log:
Removed no longer needed method prototype.

Modified:
   webkit/trunk/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h

Modified: webkit/trunk/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h
==============================================================================
--- webkit/trunk/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h        Thu Mar 
 4 22:35:54 2010        (r287)
+++ webkit/trunk/WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h        Fri Mar 
 5 17:59:09 2010        (r288)
@@ -63,7 +63,6 @@
         void focusedNodeChanged(Node*);
 
         Page* createWindow(Frame*, const FrameLoadRequest&, const 
WebCore::WindowFeatures&);
-        Page* createModalDialog(Frame*, const FrameLoadRequest&);
         void show();
 
         virtual bool canRunModal();

Other related posts:

  • » [haiku-webkit-commits] r288 - webkit/trunk/WebKit/haiku/WebCoreSupport - webkit