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

thakis at chromium.org thakis at chromium.org
Wed Dec 22 13:35:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8cd0e9636bf2d28298345bb28c05aa69b51554ea
Author: thakis at chromium.org <thakis at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 21 03:51:11 2010 +0000

    2010-09-20  Nico Weber  <thakis at chromium.org>
    
            Reviewed by James Robinson.
    
            [chromium] Trivial clang warning fix
            https://bugs.webkit.org/show_bug.cgi?id=46143
    
            * src/WebFileSystemCallbacksImpl.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67919 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index dd23f6f..066c989 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-20  Nico Weber  <thakis at chromium.org>
+
+        Reviewed by James Robinson.
+
+        [chromium] Trivial clang warning fix
+        https://bugs.webkit.org/show_bug.cgi?id=46143
+
+        * src/WebFileSystemCallbacksImpl.h:
+
 2010-09-20  Darin Adler  <darin at apple.com>
 
         Reviewed by James Robinson.
diff --git a/WebKit/chromium/src/WebFileSystemCallbacksImpl.h b/WebKit/chromium/src/WebFileSystemCallbacksImpl.h
index b9c825b..36ab9ff 100644
--- a/WebKit/chromium/src/WebFileSystemCallbacksImpl.h
+++ b/WebKit/chromium/src/WebFileSystemCallbacksImpl.h
@@ -43,7 +43,7 @@ class AsyncFileSystemCallbacks;
 namespace WebKit {
 
 struct WebFileInfo;
-class WebFileSystemEntry;
+struct WebFileSystemEntry;
 class WebString;
 
 class WebFileSystemCallbacksImpl : public WebFileSystemCallbacks {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list