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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 12:10:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c6ba7de6005cd54811f77f58db89fc1cc95623a7
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 18:09:06 2010 +0000

    [wx] Fix typo in previous build fix.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65442 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5b37ae3..44067a5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-16  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Fix typo in previous build fix.
+
+        * platform/graphics/WOFFFileFormat.cpp:
+
 2010-08-16  Alex Milowski  <alex at milowski.com>
 
         Reviewed by David Levin.
diff --git a/WebCore/platform/graphics/WOFFFileFormat.cpp b/WebCore/platform/graphics/WOFFFileFormat.cpp
index 3672eb9..25b3b00 100644
--- a/WebCore/platform/graphics/WOFFFileFormat.cpp
+++ b/WebCore/platform/graphics/WOFFFileFormat.cpp
@@ -31,7 +31,7 @@
 #include "SharedBuffer.h"
 
 #if !PLATFORM(WIN)
-#if PLATFORM(UNIX)
+#if OS(UNIX)
 #include <netinet/in.h>
 #endif
 #include <zlib.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list