[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 13:57:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0e621847eaf7760309f22bdfd9be9421389fadb8
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 30 12:47:55 2010 +0000

    2010-09-30  Andreas Kling  <andreas.kling at nokia.com>
    
            Reviewed by Tor Arne Vestbø.
    
            [Qt] V8 port: Unbreak build
    
            Add missing <wtf/text/CString.h> include.
    
            * WebCoreSupport/InspectorServerQt.cpp:
    2010-09-30  Andreas Kling  <andreas.kling at nokia.com>
    
            Reviewed by Tor Arne Vestbø.
    
            [Qt] V8 port: Unbreak build
    
            Add missing <wtf/text/CString.h> include.
    
            * loader/PingLoader.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68780 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0e585d4..4596d61 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-30  Andreas Kling  <andreas.kling at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
+        [Qt] V8 port: Unbreak build
+
+        Add missing <wtf/text/CString.h> include.
+
+        * loader/PingLoader.cpp:
+
 2010-09-29  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/loader/PingLoader.cpp b/WebCore/loader/PingLoader.cpp
index dd00128..d687b42 100644
--- a/WebCore/loader/PingLoader.cpp
+++ b/WebCore/loader/PingLoader.cpp
@@ -38,6 +38,7 @@
 #include "SecurityOrigin.h"
 #include <wtf/OwnPtr.h>
 #include <wtf/UnusedParam.h>
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 7ba0944..28d70a9 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-30  Andreas Kling  <andreas.kling at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
+        [Qt] V8 port: Unbreak build
+
+        Add missing <wtf/text/CString.h> include.
+
+        * WebCoreSupport/InspectorServerQt.cpp:
+
 2010-09-30  Benjamin Poulain  <benjamin.poulain at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebKit/qt/WebCoreSupport/InspectorServerQt.cpp b/WebKit/qt/WebCoreSupport/InspectorServerQt.cpp
index fad7247..a6dda58 100644
--- a/WebKit/qt/WebCoreSupport/InspectorServerQt.cpp
+++ b/WebKit/qt/WebCoreSupport/InspectorServerQt.cpp
@@ -37,6 +37,7 @@
 #include <QUrl>
 #include <QWidget>
 #include <qendian.h>
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list