[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

benjamin.poulain at nokia.com benjamin.poulain at nokia.com
Fri Jan 21 15:07:12 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 49d546399cad216525502d757004628c917a1290
Author: benjamin.poulain at nokia.com <benjamin.poulain at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 7 11:26:41 2011 +0000

    2011-01-07  Benjamin Poulain  <benjamin.poulain at nokia.com>
    
            Reviewed by Andreas Kling.
    
            [Qt] [WK2] QtWebKit does not build in debug, FileReader.cpp does not compile
            https://bugs.webkit.org/show_bug.cgi?id=51992
    
            Add the missing header. CString is used in debug by the calls to LOG().
    
            * fileapi/FileReader.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75238 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 70b0014..6d89be2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-07  Benjamin Poulain  <benjamin.poulain at nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] [WK2] QtWebKit does not build in debug, FileReader.cpp does not compile
+        https://bugs.webkit.org/show_bug.cgi?id=51992
+
+        Add the missing header. CString is used in debug by the calls to LOG().
+
+        * fileapi/FileReader.cpp:
+
 2011-01-07  Alejandro G. Castro  <alex at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebCore/fileapi/FileReader.cpp b/WebCore/fileapi/FileReader.cpp
index 9ee3b01..fd2e263 100644
--- a/WebCore/fileapi/FileReader.cpp
+++ b/WebCore/fileapi/FileReader.cpp
@@ -41,6 +41,7 @@
 #include "ProgressEvent.h"
 #include "ScriptExecutionContext.h"
 #include <wtf/CurrentTime.h>
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list