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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:37:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit abc2a35ddd1876573feb0fda779e43aa1d53454f
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 09:13:10 2010 +0000

    2010-10-14  Anton Faern  <anton at bladehawke.com>
    
            Reviewed by Csaba Osztrogonác.
    
            https://bugs.webkit.org/show_bug.cgi?id=47658
            NetBSD was not included in the WTF_PLATFORM_FOO to WTF_OS_FOO
            change.  This means that OS(NETBSD) is also undefined.
    
            * wtf/Platform.h: s/_PLATFORM_/_OS_/ for NetBSD
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69753 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index e39f411..7a837cf 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-14  Anton Faern  <anton at bladehawke.com>
+
+        Reviewed by Csaba Osztrogonác.
+
+        https://bugs.webkit.org/show_bug.cgi?id=47658
+        NetBSD was not included in the WTF_PLATFORM_FOO to WTF_OS_FOO
+        change.  This means that OS(NETBSD) is also undefined.
+
+        * wtf/Platform.h: s/_PLATFORM_/_OS_/ for NetBSD
+
 2010-10-13  David Goodwin  <david_goodwin at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 63efbb1..1c0a82d 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -398,7 +398,7 @@
 
 /* OS(NETBSD) - NetBSD */
 #if defined(__NetBSD__)
-#define WTF_PLATFORM_NETBSD 1
+#define WTF_OS_NETBSD 1
 #endif
 
 /* OS(OPENBSD) - OpenBSD */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list