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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 14:37:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e825c2ac42449cf2fbcfd2a5cc47ba59f14834c8
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 16:00:52 2010 +0000

    2010-10-14  Daniel Bates  <dbates at rim.com>
    
            Attempt to fix the Qt and GTK builds based on the build bot results from <http://webkit.sed.hu>.
    
            * rendering/RenderInline.cpp: Include header "RenderTheme.h"
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69767 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 04179e2..07735ea 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-14  Daniel Bates  <dbates at rim.com>
 
+        Attempt to fix the Qt and GTK builds based on the build bot results from <http://webkit.sed.hu>.
+
+        * rendering/RenderInline.cpp: Include header "RenderTheme.h"
+
+2010-10-14  Daniel Bates  <dbates at rim.com>
+
         Reviewed by Darin Adler.
 
         Only draw focus ring in RenderInline and RenderImage if the theme
diff --git a/WebCore/rendering/RenderInline.cpp b/WebCore/rendering/RenderInline.cpp
index 6ee0e80..22310af 100644
--- a/WebCore/rendering/RenderInline.cpp
+++ b/WebCore/rendering/RenderInline.cpp
@@ -31,6 +31,7 @@
 #include "RenderArena.h"
 #include "RenderBlock.h"
 #include "RenderLayer.h"
+#include "RenderTheme.h"
 #include "RenderView.h"
 #include "TransformState.h"
 #include "VisiblePosition.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list