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

jorlow at chromium.org jorlow at chromium.org
Wed Dec 22 12:08:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 21ea81679f4092e587d6fd240c3123681e76fa64
Author: jorlow at chromium.org <jorlow at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 10:20:50 2010 +0000

    2010-08-16  Jeremy Orlow  <jorlow at chromium.org>
    
            Build fix.
    
            * page/PageGroup.cpp:
            (WebCore::PageGroup::localStorage):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65406 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4b5c409..d304be1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-16  Jeremy Orlow  <jorlow at chromium.org>
+
+        Build fix.
+
+        * page/PageGroup.cpp:
+        (WebCore::PageGroup::localStorage):
+
 2010-08-13  Jeremy Orlow  <jorlow at chromium.org>
 
         Some settings are linked to the PageGroup not the Page.  Create a new class for those.
diff --git a/WebCore/page/PageGroup.cpp b/WebCore/page/PageGroup.cpp
index 2074706..0889cdf 100644
--- a/WebCore/page/PageGroup.cpp
+++ b/WebCore/page/PageGroup.cpp
@@ -202,7 +202,7 @@ StorageNamespace* PageGroup::localStorage()
         // at this point we're stuck with it.
         Page* page = *m_pages.begin();
         const String& path = page->settings()->localStorageDatabasePath();
-        unsigned quota = m_groupSettings->localStorageQuotaBytes());
+        unsigned quota = m_groupSettings->localStorageQuotaBytes();
         m_localStorage = StorageNamespace::localStorageNamespace(path, quota);
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list