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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 15:16:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 759d802530123e47d47b68131cd86b28df51c942
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 15:45:24 2010 +0000

    Unreviewed fix. Touch WebCorePrefix.h to fix incremental build failure after r70878.
    
    * WebCorePrefix.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70884 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e28d0ce..58905f3 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-29  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed fix. Touch WebCorePrefix.h to fix incremental build failure after r70878.
+
+        * WebCorePrefix.h:
+
 2010-10-29  Carlos Garcia Campos  <cgarcia at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h
index a871e4c..b42f035 100644
--- a/WebCore/WebCorePrefix.h
+++ b/WebCore/WebCorePrefix.h
@@ -23,7 +23,7 @@
  *    2) in one case at least: OS-X-specific performance bug workarounds
  *    3) the special trick to catch us using new or delete without including "config.h"
  * The project should be able to build without this header, although we rarely test that.
- */
+ */ 
 
 /* Things that need to be defined globally should go into "config.h". */
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list