[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
abarth at webkit.org
abarth at webkit.org
Thu Dec 3 13:37:05 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 13a31e2763819b2eab03de1f3d4171cd28fd2cb2
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