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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 17:55:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fe8a2e7d6e1dc83d9b78695b79ee15fcf6e8f0a8
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 19:17:50 2010 +0000

    2010-12-02  Martin Robinson  <mrobinson at igalia.com>
    
            Attempt to fix the GTK+ build. Add missing symbol the
            list of unfiltered symbols for the linker.
    
            * autotools/symbols.filter: Add symbol used in DumpRenderTree.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73167 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 606a9a7..ecb87e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-02  Martin Robinson  <mrobinson at igalia.com>
 
+        Attempt to fix the GTK+ build. Add missing symbol the
+        list of unfiltered symbols for the linker.
+
+        * autotools/symbols.filter: Add symbol used in DumpRenderTree.
+
+2010-12-02  Martin Robinson  <mrobinson at igalia.com>
+
         Reviewed by Xan Lopez.
 
         [GTK] DumpRenderTree has two copies of JavaScriptCore
diff --git a/autotools/symbols.filter b/autotools/symbols.filter
index 70bc717..08e06da 100644
--- a/autotools/symbols.filter
+++ b/autotools/symbols.filter
@@ -8,6 +8,7 @@ _ZN3WTF14fastMallocSizeEPKv;
 _ZN3WTF16fastZeroedMallocEm;
 _ZN3WTF20fastMallocStatisticsEv;
 _ZN3WTF8fastFreeEPv;
+_ZN3WTF13freeOwnedGPtrI7_GErrorEEvPT_
 _ZN3WTF3MD58addBytesEPKhm;
 _ZN3WTF3MD58checksumERNS_6VectorIhLm16EEE;
 _ZN3WTF3MD5C1Ev;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list