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

mitz at apple.com mitz at apple.com
Wed Dec 22 18:31:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fa84888353dc6c90ff29e2cf055d9757443e7f79
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 18:41:06 2010 +0000

    Coding style fix.
    
    * WebProcess/Downloads/mac/DownloadMac.mm:
    (WebKit::originatingURLFromBackForwardList):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73932 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 2b48dbd..a72d118 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-13  Dan Bernstein  <mitz at apple.com>
+
+        Coding style fix.
+
+        * WebProcess/Downloads/mac/DownloadMac.mm:
+        (WebKit::originatingURLFromBackForwardList):
+
 2010-12-13  Balazs Kelemen  <kbalazs at webkit.org>
 
         Unreviewed trivial build fix (linux, 64 bit, gcc-4.5.1)
diff --git a/WebKit2/WebProcess/Downloads/mac/DownloadMac.mm b/WebKit2/WebProcess/Downloads/mac/DownloadMac.mm
index 2ffa320..6839020 100644
--- a/WebKit2/WebProcess/Downloads/mac/DownloadMac.mm
+++ b/WebKit2/WebProcess/Downloads/mac/DownloadMac.mm
@@ -68,7 +68,7 @@ static KURL originatingURLFromBackForwardList(WebPage *webPage)
     for (int backIndex = 0; backIndex <= backCount; backIndex++) {
         // FIXME: At one point we had code here to check a "was user gesture" flag.
         // Do we need to restore that logic?
-        HistoryItem *historyItem = page->backForward()->itemAtIndex(-backIndex);
+        HistoryItem* historyItem = page->backForward()->itemAtIndex(-backIndex);
         if (!historyItem)
             continue;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list