[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

paroga at webkit.org paroga at webkit.org
Sun Feb 20 22:49:17 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b1b88928b53c4c5974e2ddda7e118c2107f80a43
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 21:33:48 2011 +0000

    2011-01-11  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed WinCE build fix for r75523.
    
            * platform/wince/DragDataWinCE.cpp: Added missing include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75549 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 537373d..6757f39 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-11  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed WinCE build fix for r75523.
+
+        * platform/wince/DragDataWinCE.cpp: Added missing include.
+
 2011-01-11  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/Source/WebCore/platform/wince/DragDataWinCE.cpp b/Source/WebCore/platform/wince/DragDataWinCE.cpp
index fd9014e..8f531c7 100644
--- a/Source/WebCore/platform/wince/DragDataWinCE.cpp
+++ b/Source/WebCore/platform/wince/DragDataWinCE.cpp
@@ -23,6 +23,7 @@
 
 #include "DocumentFragment.h"
 #include "PlatformString.h"
+#include "Range.h"
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list