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

tonyg at chromium.org tonyg at chromium.org
Sun Feb 20 22:59:57 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 106795af9107058faec70afe0358019d259aa979
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 15 00:55:15 2011 +0000

    2011-01-14  Tony Gentilcore  <tonyg at chromium.org>
    
            Unreviewed build fix.
    
            Fix Qt build after r75837
            https://bugs.webkit.org/show_bug.cgi?id=52494
    
            * editing/ApplyStyleCommand.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75843 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index e19b862..969a21d 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -5,6 +5,15 @@
         Fix Qt build after r75837
         https://bugs.webkit.org/show_bug.cgi?id=52494
 
+        * editing/ApplyStyleCommand.cpp:
+
+2011-01-14  Tony Gentilcore  <tonyg at chromium.org>
+
+        Unreviewed build fix.
+
+        Fix Qt build after r75837
+        https://bugs.webkit.org/show_bug.cgi?id=52494
+
         * css/CSSStyleSelector.cpp:
 
 2011-01-14  Tony Gentilcore  <tonyg at chromium.org>
diff --git a/Source/WebCore/editing/ApplyStyleCommand.cpp b/Source/WebCore/editing/ApplyStyleCommand.cpp
index 7cb586c..7227d7b 100644
--- a/Source/WebCore/editing/ApplyStyleCommand.cpp
+++ b/Source/WebCore/editing/ApplyStyleCommand.cpp
@@ -33,6 +33,7 @@
 #include "CSSPropertyNames.h"
 #include "CSSStyleSelector.h"
 #include "CSSValueKeywords.h"
+#include "CSSValueList.h"
 #include "Document.h"
 #include "EditingStyle.h"
 #include "Editor.h"
diff --git a/Source/WebCore/platform/efl/RenderThemeEfl.cpp b/Source/WebCore/platform/efl/RenderThemeEfl.cpp
index 7cf635f..9df12e9 100644
--- a/Source/WebCore/platform/efl/RenderThemeEfl.cpp
+++ b/Source/WebCore/platform/efl/RenderThemeEfl.cpp
@@ -32,6 +32,7 @@
 #include "FrameView.h"
 #include "GraphicsContext.h"
 #include "NotImplemented.h"
+#include "PaintInfo.h"
 #include "Page.h"
 #include "RenderBox.h"
 #include "RenderObject.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list