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

philn at webkit.org philn at webkit.org
Sun Feb 20 23:09:13 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 36a9f4922ceae172802ca3ac3caedd105dce1f29
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 18 09:32:33 2011 +0000

    2011-01-18  Philippe Normand  <pnormand at igalia.com>
    
            Unreviewed, GTK build fix as follow-up of r76004.
    
            * GNUmakefile.am: Include RoundedIntRect files in the build
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76007 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 304ed8e..4a76f6e 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-18  Philippe Normand  <pnormand at igalia.com>
 
+        Unreviewed, GTK build fix as follow-up of r76004.
+
+        * GNUmakefile.am: Include RoundedIntRect files in the build
+
+2011-01-18  Philippe Normand  <pnormand at igalia.com>
+
         Unreviewed, rolling out r76002.
         http://trac.webkit.org/changeset/76002
         https://bugs.webkit.org/show_bug.cgi?id=49790
diff --git a/Source/WebCore/GNUmakefile.am b/Source/WebCore/GNUmakefile.am
index efbbb70..a36f386 100644
--- a/Source/WebCore/GNUmakefile.am
+++ b/Source/WebCore/GNUmakefile.am
@@ -2435,6 +2435,8 @@ webcore_sources += \
 	Source/WebCore/platform/graphics/PathTraversalState.h \
 	Source/WebCore/platform/graphics/Pattern.cpp \
 	Source/WebCore/platform/graphics/Pattern.h \
+	Source/WebCore/platform/graphics/RoundedIntRect.h \
+	Source/WebCore/platform/graphics/RoundedIntRect.cpp \
 	Source/WebCore/platform/graphics/SegmentedFontData.cpp \
 	Source/WebCore/platform/graphics/SegmentedFontData.h \
 	Source/WebCore/platform/graphics/SimpleFontData.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list