[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:25 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit bf81730268e39933c3b288781c02e5f041b54638
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 15 01:17:16 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/StyleRareInheritedData.cpp:
            * rendering/style/StyleRareNonInheritedData.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75848 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index e6856d4..23c1853 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -5,6 +5,16 @@
         Fix Qt build after r75837
         https://bugs.webkit.org/show_bug.cgi?id=52494
 
+        * rendering/style/StyleRareInheritedData.cpp:
+        * rendering/style/StyleRareNonInheritedData.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
+
         * rendering/style/RenderStyle.cpp:
 
 2011-01-14  Tony Gentilcore  <tonyg at chromium.org>
diff --git a/Source/WebCore/rendering/style/StyleRareInheritedData.cpp b/Source/WebCore/rendering/style/StyleRareInheritedData.cpp
index 80b576a..6b8e039 100644
--- a/Source/WebCore/rendering/style/StyleRareInheritedData.cpp
+++ b/Source/WebCore/rendering/style/StyleRareInheritedData.cpp
@@ -25,6 +25,7 @@
 #include "CursorList.h"
 #include "RenderStyle.h"
 #include "RenderStyleConstants.h"
+#include "ShadowData.h"
 
 namespace WebCore {
 
diff --git a/Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp b/Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
index 42cf966..3771f13 100644
--- a/Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
+++ b/Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
@@ -26,6 +26,7 @@
 #include "ContentData.h"
 #include "RenderCounter.h"
 #include "RenderStyle.h"
+#include "ShadowData.h"
 #include "StyleImage.h"
 
 namespace WebCore {
diff --git a/WebKit/efl/ewk/ewk_frame.cpp b/WebKit/efl/ewk/ewk_frame.cpp
index 1cadc77..fa7075c 100644
--- a/WebKit/efl/ewk/ewk_frame.cpp
+++ b/WebKit/efl/ewk/ewk_frame.cpp
@@ -34,6 +34,7 @@
 #include "HTMLPlugInElement.h"
 #include "HistoryItem.h"
 #include "HitTestResult.h"
+#include "IntSize.h"
 #include "KURL.h"
 #include "PlatformKeyboardEvent.h"
 #include "PlatformMouseEvent.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list