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

ggaren at apple.com ggaren at apple.com
Wed Dec 22 17:53:34 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f809defe7ef4a074a17ed82342ab39f584aa809c
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 03:23:29 2010 +0000

    Try to fix the GTK Linux build.
    
    * JavaScriptCore.gypi: Added OSAllocator to the project.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73102 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index be0cdfc..771a728 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-01  Geoffrey Garen  <ggaren at apple.com>
 
+        Try to fix the GTK Linux build.
+
+        * JavaScriptCore.gypi: Added OSAllocator to the project.
+
+2010-12-01  Geoffrey Garen  <ggaren at apple.com>
+
         Try to fix the Qt Linux build.
 
         * wtf/OSAllocatorPosix.cpp: Use the right errno.h.
diff --git a/JavaScriptCore/JavaScriptCore.gypi b/JavaScriptCore/JavaScriptCore.gypi
index deb36fb..355aff9 100644
--- a/JavaScriptCore/JavaScriptCore.gypi
+++ b/JavaScriptCore/JavaScriptCore.gypi
@@ -400,6 +400,8 @@
             'wtf/NonCopyingSort.h',
             'wtf/Noncopyable.h',
             'wtf/NotFound.h',
+            'wtf/OSAllocatorPosix.cpp',
+            'wtf/OSAllocator.h',
             'wtf/OwnArrayPtr.h',
             'wtf/OwnFastMallocPtr.h',
             'wtf/OwnPtr.h',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list