[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:46:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8bd9d6be5d00239996ae145801f9c309296f035b
Author: thakis at chromium.org <thakis at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 25 17:01:11 2010 +0000

    2010-09-25  Nicolas Weber  <thakis at chromium.org>
    
            Reviewed by James Robinson.
    
            [chromium] Fix clang warning/error.
            https://bugs.webkit.org/show_bug.cgi?id=46552
    
            * src/WorkerFileSystemCallbacksBridge.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68333 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index b50ee4f..cabfccc 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-25  Nicolas Weber  <thakis at chromium.org>
+
+        Reviewed by James Robinson.
+
+        [chromium] Fix clang warning/error.
+        https://bugs.webkit.org/show_bug.cgi?id=46552
+
+        * src/WorkerFileSystemCallbacksBridge.h:
+
 2010-09-24  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/src/WorkerFileSystemCallbacksBridge.h b/WebKit/chromium/src/WorkerFileSystemCallbacksBridge.h
index 5079db1..899127e 100644
--- a/WebKit/chromium/src/WorkerFileSystemCallbacksBridge.h
+++ b/WebKit/chromium/src/WorkerFileSystemCallbacksBridge.h
@@ -50,9 +50,9 @@ class MainThreadFileSystemCallbacks;
 class ThreadableCallbacksBridgeWrapper;
 class WebCommonWorkerClient;
 class WebFileSystemCallbacks;
-class WebFileSystemEntry;
 class WebWorkerBase;
 struct WebFileInfo;
+struct WebFileSystemEntry;
 
 // This class is used to post a openFileSystem request to the main thread and get called back for the request. This must be destructed on the worker thread.
 //

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list