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

alex at webkit.org alex at webkit.org
Mon Feb 21 00:37:14 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit c0cd20b7d8b5e03ec9e07b200d84a4c1aa90056a
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 08:49:32 2011 +0000

    2011-02-02  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Martin Robinson.
    
            [GTK] Fix dist compilation
            https://bugs.webkit.org/show_bug.cgi?id=53579
    
            * GNUmakefile.am: Added WriteBarrier.h to the sources, it was
            added in r77151
    
    2011-02-02  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Martin Robinson.
    
            [GTK] Fix dist compilation
            https://bugs.webkit.org/show_bug.cgi?id=53579
    
            * GNUmakefile.am: Added FontWidthVariant.h to the sources, it was
            added in r77153.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77369 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 64b8e45..0736621 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-02  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Fix dist compilation
+        https://bugs.webkit.org/show_bug.cgi?id=53579
+
+        * GNUmakefile.am: Added WriteBarrier.h to the sources, it was
+        added in r77151
+
 2011-02-01  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r77297.
diff --git a/Source/JavaScriptCore/GNUmakefile.am b/Source/JavaScriptCore/GNUmakefile.am
index 2da1d99..7c902c2 100644
--- a/Source/JavaScriptCore/GNUmakefile.am
+++ b/Source/JavaScriptCore/GNUmakefile.am
@@ -428,6 +428,7 @@ javascriptcore_sources += \
 	Source/JavaScriptCore/runtime/WeakGCMap.h \
 	Source/JavaScriptCore/runtime/WeakGCPtr.h \
 	Source/JavaScriptCore/runtime/WeakRandom.h \
+	Source/JavaScriptCore/runtime/WriteBarrier.h \
 	Source/JavaScriptCore/wtf/AlwaysInline.h \
 	Source/JavaScriptCore/wtf/ASCIICType.h \
 	Source/JavaScriptCore/wtf/Assertions.cpp \
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index a8194a2..6c4a5d8 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-02  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Fix dist compilation
+        https://bugs.webkit.org/show_bug.cgi?id=53579
+
+        * GNUmakefile.am: Added FontWidthVariant.h to the sources, it was
+        added in r77153.
+
 2011-02-02  Dai Mikurube  <dmikurube at google.com>
 
         Reviewed by David Levin.
diff --git a/Source/WebCore/GNUmakefile.am b/Source/WebCore/GNUmakefile.am
index 7f6cc54..5865e34 100644
--- a/Source/WebCore/GNUmakefile.am
+++ b/Source/WebCore/GNUmakefile.am
@@ -2417,6 +2417,7 @@ webcore_sources += \
 	Source/WebCore/platform/graphics/FontSelector.h \
 	Source/WebCore/platform/graphics/FontSmoothingMode.h \
 	Source/WebCore/platform/graphics/FontTraitsMask.h \
+	Source/WebCore/platform/graphics/FontWidthVariant.h \
 	Source/WebCore/platform/graphics/GeneratedImage.cpp \
 	Source/WebCore/platform/graphics/GeneratedImage.h \
 	Source/WebCore/platform/graphics/Generator.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list