Title: [89274] trunk/Source/WebKit/wx
Revision
89274
Author
[email protected]
Date
2011-06-20 12:36:24 -0700 (Mon, 20 Jun 2011)

Log Message

[wx] Unreviewed build fix after method rename.

Modified Paths


Diff

Modified: trunk/Source/WebKit/wx/ChangeLog (89273 => 89274)


--- trunk/Source/WebKit/wx/ChangeLog	2011-06-20 19:35:50 UTC (rev 89273)
+++ trunk/Source/WebKit/wx/ChangeLog	2011-06-20 19:36:24 UTC (rev 89274)
@@ -1,3 +1,10 @@
+2011-06-20  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix after method rename.
+
+        * WebKitSupport/ChromeClientWx.cpp:
+        (WebCore::ChromeClientWx::loadIconForFiles):
+
 2011-06-18  Dimitri Glazkov  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/Source/WebKit/wx/WebKitSupport/ChromeClientWx.cpp (89273 => 89274)


--- trunk/Source/WebKit/wx/WebKitSupport/ChromeClientWx.cpp	2011-06-20 19:35:50 UTC (rev 89273)
+++ trunk/Source/WebKit/wx/WebKitSupport/ChromeClientWx.cpp	2011-06-20 19:36:24 UTC (rev 89274)
@@ -456,7 +456,7 @@
     notImplemented();
 }
 
-void ChromeClientWx::chooseIconForFiles(const Vector<String>& filenames, FileIconLoader* loader)
+void ChromeClientWx::loadIconForFiles(const Vector<String>& filenames, FileIconLoader* loader)
 {
     loader->notifyFinished(Icon::createIconForFiles(filenames));
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to