[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

abarth at webkit.org abarth at webkit.org
Wed Apr 7 23:42:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 0cd3d3d7a9a80beacaf591fd045fd70301ea54ca
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 15 23:28:02 2009 +0000

    2009-11-15  Maxime Simon  <simon.maxime at gmail.com>
    
            Reviewed by Adam Barth.
    
            [Haiku] Build fix. The FileChooser constructor doesn't need to be redefined.
    
            * platform/haiku/FileChooserHaiku.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51003 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 827c779..93b8cc2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,14 @@
 
         Reviewed by Adam Barth.
 
+        [Haiku] Build fix. The FileChooser constructor doesn't need to be redefined.
+
+        * platform/haiku/FileChooserHaiku.cpp:
+
+2009-11-15  Maxime Simon  <simon.maxime at gmail.com>
+
+        Reviewed by Adam Barth.
+
         [Haiku] Build fix. ColorSpace name had a wrong CamelCase.
 
         * platform/graphics/haiku/GraphicsContextHaiku.cpp:
diff --git a/WebCore/platform/haiku/FileChooserHaiku.cpp b/WebCore/platform/haiku/FileChooserHaiku.cpp
index b0e42b6..f56e02b 100644
--- a/WebCore/platform/haiku/FileChooserHaiku.cpp
+++ b/WebCore/platform/haiku/FileChooserHaiku.cpp
@@ -28,14 +28,6 @@
 
 namespace WebCore {
 
-FileChooser::FileChooser(FileChooserClient* client, const String& filename)
-    : m_client(client)
-    , m_filenames()
-    , m_icon(chooseIcon(filename))
-{
-    m_filenames.append(filename);
-}
-
 String FileChooser::basenameForWidth(const Font&, int width) const
 {
     notImplemented();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list