[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:48:11 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 40ae3eb335054b12080a0a4aff0b5b6f11f4afc7
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 24 02:15:44 2009 +0000

    2009-12-23  Kwang Yul Seo  <skyul at company100.net>
    
            Reviewed by Laszlo Gombos.
    
            Include stddef.h for ptrdiff_t
            https://bugs.webkit.org/show_bug.cgi?id=32891
    
            ptrdiff_t is typedef-ed in stddef.h.
            Include stddef.h in jit/ExecutableAllocator.h.
    
            * jit/ExecutableAllocator.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52538 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 01e8822..3f901dc 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-12-23  Kwang Yul Seo  <skyul at company100.net>
+
+        Reviewed by Laszlo Gombos.
+
+        Include stddef.h for ptrdiff_t
+        https://bugs.webkit.org/show_bug.cgi?id=32891
+
+        ptrdiff_t is typedef-ed in stddef.h.
+        Include stddef.h in jit/ExecutableAllocator.h.
+
+        * jit/ExecutableAllocator.h:
+
 2009-12-23  Patrick Gansterer  <paroga at paroga.com>
 
         Reviewed by Eric Seidel.
diff --git a/JavaScriptCore/jit/ExecutableAllocator.h b/JavaScriptCore/jit/ExecutableAllocator.h
index 9ca62c8..ec1e736 100644
--- a/JavaScriptCore/jit/ExecutableAllocator.h
+++ b/JavaScriptCore/jit/ExecutableAllocator.h
@@ -26,6 +26,7 @@
 #ifndef ExecutableAllocator_h
 #define ExecutableAllocator_h
 
+#include <stddef.h> // for ptrdiff_t
 #include <limits>
 #include <wtf/Assertions.h>
 #include <wtf/PassRefPtr.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list