Changeset 25143 in webkit


Ignore:
Timestamp:
Aug 18, 2007 11:20:12 AM (17 years ago)
Author:
zecke
Message:

2007-08-18 Holger Hans Peter Freyther <zecke@selfish.org>

Build fix. Add const to the first parameter of createPlugin

  • WebCoreSupport/FrameLoaderClientGtk.cpp:
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r25136 r25143  
     12007-08-18  Holger Hans Peter Freyther  <zecke@selfish.org>
     2
     3        Build fix. Add const to the first parameter of createPlugin
     4
     5        * WebCoreSupport/FrameLoaderClientGtk.cpp:
     6
    172007-08-17  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp

    r25136 r25143  
    171171}
    172172
    173 Widget* FrameLoaderClient::createPlugin(IntSize&, Element*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool)
     173Widget* FrameLoaderClient::createPlugin(const IntSize&, Element*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool)
    174174{
    175175    notImplemented();
Note: See TracChangeset for help on using the changeset viewer.