[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

commit-queue at webkit.org commit-queue at webkit.org
Mon Feb 21 00:11:56 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 45e32365bf3f178b4780ca57ca014906c477dea9
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 20:33:51 2011 +0000

    2011-01-28  Adam Klein  <adamk at chromium.org>
    
            Reviewed by Kent Tamura.
    
            [Chromium] Remove deprecated openFileSystem method signature
            https://bugs.webkit.org/show_bug.cgi?id=53262
    
            Chromium still builds after this patch.
    
            * public/WebFrameClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76972 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index e468ac8..b789d0f 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-28  Adam Klein  <adamk at chromium.org>
+
+        Reviewed by Kent Tamura.
+
+        [Chromium] Remove deprecated openFileSystem method signature
+        https://bugs.webkit.org/show_bug.cgi?id=53262
+
+        Chromium still builds after this patch.
+
+        * public/WebFrameClient.h:
+
 2011-01-28  Ilya Sherman  <isherman at chromium.org>
 
         Reviewed by Andreas Kling.
diff --git a/Source/WebKit/chromium/public/WebFrameClient.h b/Source/WebKit/chromium/public/WebFrameClient.h
index 2e1890a..f7bef53 100644
--- a/Source/WebKit/chromium/public/WebFrameClient.h
+++ b/Source/WebKit/chromium/public/WebFrameClient.h
@@ -362,9 +362,6 @@ public:
         WebFrame*, WebFileSystem::Type, long long size,
         bool create, WebFileSystemCallbacks*) { }
 
-    // FIXME: This method should be deleted once chromium implements the new method above.
-    virtual void openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, WebFileSystemCallbacks* callbacks) { return openFileSystem(frame, type, size, true, callbacks); }
-
 protected:
     ~WebFrameClient() { }
 };

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list