[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 23:00:16 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 24a1a3091bd5754834382403e55d3373387ccd4e
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 15 01:08:11 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
    
            * rendering/style/RenderStyle.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
    
            * ewk/ewk_view.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75846 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 73a7a6d..e6856d4 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
 
+        * rendering/style/RenderStyle.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
+
         * editing/EditorCommand.cpp:
 
 2011-01-14  Tony Gentilcore  <tonyg at chromium.org>
diff --git a/Source/WebCore/rendering/style/RenderStyle.cpp b/Source/WebCore/rendering/style/RenderStyle.cpp
index b780f94..4665e52 100644
--- a/Source/WebCore/rendering/style/RenderStyle.cpp
+++ b/Source/WebCore/rendering/style/RenderStyle.cpp
@@ -30,6 +30,7 @@
 #include "RenderArena.h"
 #include "RenderObject.h"
 #include "ScaleTransformOperation.h"
+#include "ShadowData.h"
 #include "StyleImage.h"
 #include <wtf/StdLibExtras.h>
 #include <algorithm>
diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 6219b41..dbc93f4 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,12 @@
+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
+
+        * ewk/ewk_view.cpp:
+
 2011-01-09  Xianzhu Wang <phnixwxz at gmail.com>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/efl/ewk/ewk_view.cpp b/WebKit/efl/ewk/ewk_view.cpp
index b8633c5..b96769b 100644
--- a/WebKit/efl/ewk/ewk_view.cpp
+++ b/WebKit/efl/ewk/ewk_view.cpp
@@ -39,6 +39,7 @@
 #include "HTMLInputElement.h"
 #include "HTMLNames.h"
 #include "InspectorClientEfl.h"
+#include "IntSize.h"
 #include "PlatformMouseEvent.h"
 #include "PopupMenuClient.h"
 #include "ProgressTracker.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list