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

caseq at chromium.org caseq at chromium.org
Wed Dec 22 13:41:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 02614be99a1021514a94656ea49e6b2397965d15
Author: caseq at chromium.org <caseq at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 23 16:45:15 2010 +0000

    2010-09-23  Andrey Kosyakov  <caseq at chromium.org>
    
            Unreviewed build fix ("WTF/" -> "wtf/" in include, broke Arm build)
    
            * src/AsyncFileWriterChromium.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68152 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 5be7317..28a4c82 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-23  Andrey Kosyakov  <caseq at chromium.org>
+
+        Unreviewed build fix ("WTF/" -> "wtf/" in include, broke Arm build)
+
+        * src/AsyncFileWriterChromium.h:
+
 2010-09-08  Tony Gentilcore  <tonyg at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/src/AsyncFileWriterChromium.h b/WebKit/chromium/src/AsyncFileWriterChromium.h
index 217c5b8..b336cb5 100644
--- a/WebKit/chromium/src/AsyncFileWriterChromium.h
+++ b/WebKit/chromium/src/AsyncFileWriterChromium.h
@@ -36,7 +36,7 @@
 #include "AsyncFileWriter.h"
 #include "WebFileError.h"
 #include "WebFileWriterClient.h"
-#include <WTF/PassOwnPtr.h>
+#include <wtf/PassOwnPtr.h>
 
 namespace WebKit {
 class WebFileWriter;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list