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

ossy at webkit.org ossy at webkit.org
Sun Feb 20 22:47:14 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b98796d8123b3e9a7b1efb6f282fc34c3b825284
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 16:49:38 2011 +0000

    Unreviewed buildfix.
    
    [Qt][V8] Add missing include for debug build.
    
    * loader/cache/CachedResourceLoader.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75505 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 336fcf6..9147f0a 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-11  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed buildfix.
+
+        [Qt][V8] Add missing include for debug build.
+
+        * loader/cache/CachedResourceLoader.cpp:
+
 2011-01-11  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/Source/WebCore/loader/cache/CachedResourceLoader.cpp b/Source/WebCore/loader/cache/CachedResourceLoader.cpp
index 4087622..9f3c2c4 100644
--- a/Source/WebCore/loader/cache/CachedResourceLoader.cpp
+++ b/Source/WebCore/loader/cache/CachedResourceLoader.cpp
@@ -45,6 +45,7 @@
 #include "PingLoader.h"
 #include "SecurityOrigin.h"
 #include "Settings.h"
+#include <wtf/text/CString.h>
 #include <wtf/text/StringConcatenate.h>
 
 #define PRELOAD_DEBUG 0

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list