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

kinuko at chromium.org kinuko at chromium.org
Wed Dec 22 13:24:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 85ed0e79df387cb6a213753e60ee1d1f65cba2e8
Author: kinuko at chromium.org <kinuko at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 09:23:52 2010 +0000

    2010-09-14  Kinuko Yasuda  <kinuko at chromium.org>
    
            Unreviewed; an attempt to fix Chromium Windows build.
    
            * fileapi/FileEntry.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67455 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 51106e5..ced3fde 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-14  Kinuko Yasuda  <kinuko at chromium.org>
+
+        Unreviewed; an attempt to fix Chromium Windows build.
+
+        * fileapi/FileEntry.cpp:
+
 2010-09-13  Andrey Kosyakov  <caseq at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/fileapi/FileEntry.cpp b/WebCore/fileapi/FileEntry.cpp
index 42ad593..e7d342e 100644
--- a/WebCore/fileapi/FileEntry.cpp
+++ b/WebCore/fileapi/FileEntry.cpp
@@ -33,6 +33,7 @@
 
 #if ENABLE(FILE_SYSTEM)
 
+#include "ErrorCallback.h"
 #include "FileCallback.h"
 #include "FileWriterCallback.h"
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list