[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198
paroga at webkit.org
paroga at webkit.org
Mon Feb 21 00:04:47 UTC 2011
The following commit has been merged in the webkit-1.3 branch:
commit 532b2fd0c361f06ec82f148d3915d7ea22e9435d
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Jan 27 23:29:51 2011 +0000
2011-01-27 Patrick Gansterer <paroga at webkit.org>
Unreviewed WinCE build fix for r76824.
* platform/wince/DragDataWinCE.cpp:
(WebCore::DragData::dragDataMap):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76854 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index bd90d7e..bab6571 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-27 Patrick Gansterer <paroga at webkit.org>
+
+ Unreviewed WinCE build fix for r76824.
+
+ * platform/wince/DragDataWinCE.cpp:
+ (WebCore::DragData::dragDataMap):
+
2011-01-27 Adam Roben <aroben at apple.com>
Split CACFLayerTreeHost into base and derived classes
diff --git a/Source/WebCore/platform/wince/DragDataWinCE.cpp b/Source/WebCore/platform/wince/DragDataWinCE.cpp
index 8f531c7..679229d 100644
--- a/Source/WebCore/platform/wince/DragDataWinCE.cpp
+++ b/Source/WebCore/platform/wince/DragDataWinCE.cpp
@@ -32,6 +32,11 @@ bool DragData::containsURL(Frame*, FilenameConversionPolicy filenamePolicy) cons
return false;
}
+const DragDataMap& DragData::dragDataMap()
+{
+ return m_dragDataMap;
+}
+
String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const
{
return String();
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list