[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

xan at webkit.org xan at webkit.org
Wed Dec 22 17:55:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6f1cc1299e01e8e02e9a447da1fae6a270595419
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 20:16:44 2010 +0000

    2010-12-02  Xan Lopez  <xlopez at igalia.com>
    
            Try to fix GTK+ build.
    
            * autotools/symbols.filter: add missing ';'.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73180 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index ecb87e5..c4f2770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-02  Xan Lopez  <xlopez at igalia.com>
+
+        Try to fix GTK+ build.
+
+        * autotools/symbols.filter: add missing ';'.
+
 2010-12-02  Martin Robinson  <mrobinson at igalia.com>
 
         Attempt to fix the GTK+ build. Add missing symbol the
diff --git a/autotools/symbols.filter b/autotools/symbols.filter
index 08e06da..9427ad3 100644
--- a/autotools/symbols.filter
+++ b/autotools/symbols.filter
@@ -8,7 +8,7 @@ _ZN3WTF14fastMallocSizeEPKv;
 _ZN3WTF16fastZeroedMallocEm;
 _ZN3WTF20fastMallocStatisticsEv;
 _ZN3WTF8fastFreeEPv;
-_ZN3WTF13freeOwnedGPtrI7_GErrorEEvPT_
+_ZN3WTF13freeOwnedGPtrI7_GErrorEEvPT_;
 _ZN3WTF3MD58addBytesEPKhm;
 _ZN3WTF3MD58checksumERNS_6VectorIhLm16EEE;
 _ZN3WTF3MD5C1Ev;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list