[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

tonyg at chromium.org tonyg at chromium.org
Mon Dec 27 16:25:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ccde5ff3b159f050e312db8004b6e885bcb3a72a
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 20 23:03:36 2010 +0000

    2010-12-20  Tony Gentilcore  <tonyg at chromium.org>
    
            Unreviewed build fix.
    
            Include pthread to fix chromium mac build (broken by r74360)
            https://bugs.webkit.org/show_bug.cgi?id=51356
    
            * wtf/StackBounds.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74371 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index e89a614..6194cb4 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-20  Tony Gentilcore  <tonyg at chromium.org>
+
+        Unreviewed build fix.
+
+        Include pthread to fix chromium mac build (broken by r74360)
+        https://bugs.webkit.org/show_bug.cgi?id=51356
+
+        * wtf/StackBounds.cpp:
+
 2010-12-20  Xan Lopez  <xlopez at igalia.com>
 
         Reviewed by Gustavo Noronha.
diff --git a/JavaScriptCore/wtf/StackBounds.cpp b/JavaScriptCore/wtf/StackBounds.cpp
index 2000f31..2f91c2b 100644
--- a/JavaScriptCore/wtf/StackBounds.cpp
+++ b/JavaScriptCore/wtf/StackBounds.cpp
@@ -25,6 +25,7 @@
 
 #include <mach/task.h>
 #include <mach/thread_act.h>
+#include <pthread.h>
 
 #elif OS(WINDOWS)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list