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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 11:29:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f9de307f1a10009665bb4b6d815cbcc33de854de
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 02:39:12 2010 +0000

    Speculative !debug build fix II.
    
    * wtf/PageAllocation.h:
    (WTF::PageAllocation::PageAllocation):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64100 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 38718c9..0a4909b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-07-26  Gavin Barraclough  <barraclough at apple.com>
 
+        Speculative !debug build fix II.
+
+        * wtf/PageAllocation.h:
+        (WTF::PageAllocation::PageAllocation):
+
+2010-07-26  Gavin Barraclough  <barraclough at apple.com>
+
         Speculative !debug build fix.
 
         * wtf/PageAllocation.h:
diff --git a/JavaScriptCore/wtf/PageAllocation.cpp b/JavaScriptCore/wtf/PageAllocation.cpp
index c70794c..7680380 100644
--- a/JavaScriptCore/wtf/PageAllocation.cpp
+++ b/JavaScriptCore/wtf/PageAllocation.cpp
@@ -26,7 +26,6 @@
 
 #include "config.h"
 #include "PageAllocation.h"
-#include "UnusedParam.h"
 
 #if HAVE(ERRNO_H)
 #include <errno.h>
diff --git a/JavaScriptCore/wtf/PageAllocation.h b/JavaScriptCore/wtf/PageAllocation.h
index 258379c..00b5363 100644
--- a/JavaScriptCore/wtf/PageAllocation.h
+++ b/JavaScriptCore/wtf/PageAllocation.h
@@ -26,6 +26,7 @@
 #ifndef PageAllocation_h
 #define PageAllocation_h
 
+#include <wtf/UnusedParam.h>
 #include <wtf/VMTags.h>
 
 #if OS(SYMBIAN)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list