[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 14:43:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 650ab37044f8d409a4ddbb460f19e8f09aa661a1
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 15:39:27 2010 +0000

    2010-10-18  Andreas Kling  <kling at webkit.org>
    
            Unreviewed buildfix for Qt + V8.
            Add missing <wtf/text/CString.h> include.
    
            * inspector/InspectorInstrumentation.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69960 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3f5cd1a..5567a4a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-18  Andreas Kling  <kling at webkit.org>
+
+        Unreviewed buildfix for Qt + V8.
+        Add missing <wtf/text/CString.h> include.
+
+        * inspector/InspectorInstrumentation.cpp:
+
 2010-10-18  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebCore/inspector/InspectorInstrumentation.cpp b/WebCore/inspector/InspectorInstrumentation.cpp
index 46c7d8c..ae89266 100644
--- a/WebCore/inspector/InspectorInstrumentation.cpp
+++ b/WebCore/inspector/InspectorInstrumentation.cpp
@@ -40,6 +40,7 @@
 #include "InspectorDebuggerAgent.h"
 #include "InspectorTimelineAgent.h"
 #include "XMLHttpRequest.h"
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list