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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:54:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 94dd728dfd9fc1ff199497fea725abf694e6f436
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 11 08:35:51 2010 +0000

    2010-08-11  Kristian Monsen  <kristianm at google.com>
    
            Reviewed by Steve Block.
    
            Compile fix for Android, added include for <wtf/text/Cstring.h, this
            did not get included in Android.
            https://bugs.webkit.org/show_bug.cgi?id=41517
    
            Build fix only, no new tests.
    
            * page/PrintContext.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65137 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b3cc4ae..f82e94d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-11  Kristian Monsen  <kristianm at google.com>
+
+        Reviewed by Steve Block.
+
+        Compile fix for Android, added include for <wtf/text/Cstring.h, this
+        did not get included in Android.
+        https://bugs.webkit.org/show_bug.cgi?id=41517
+        
+        Build fix only, no new tests.
+
+        * page/PrintContext.cpp:
+
 2010-08-11  Fumitoshi Ukai  <ukai at chromium.org>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/WebCore/page/PrintContext.cpp b/WebCore/page/PrintContext.cpp
index c1a3d8b..7b0179d 100644
--- a/WebCore/page/PrintContext.cpp
+++ b/WebCore/page/PrintContext.cpp
@@ -26,6 +26,7 @@
 #include "FrameView.h"
 #include "RenderLayer.h"
 #include "RenderView.h"
+#include <wtf/text/CString.h>
 
 using namespace WebCore;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list