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

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 14:03:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ce43748f836119efe252ceb2f9e22f7c4240527b
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 1 21:57:35 2010 +0000

    2010-10-01  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Nate Chapin.
    
            [Chromium] Remove WebURLLoaderClient::didFinishLoading(WebURLLoader*)
            https://bugs.webkit.org/show_bug.cgi?id=47008
    
            Now that WebURLLoaderClient::didFinishLoading(WebURLLoader*) has no
            more callers, it can be removed (requires a Chromium roll to
            http://crrev.com/61206, which actually removed the last usage).
    
            * DEPS:
            * public/WebURLLoaderClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68929 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index e1d049b..e6c800b 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,17 @@
+2010-10-01  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Nate Chapin.
+
+        [Chromium] Remove WebURLLoaderClient::didFinishLoading(WebURLLoader*)
+        https://bugs.webkit.org/show_bug.cgi?id=47008
+        
+        Now that WebURLLoaderClient::didFinishLoading(WebURLLoader*) has no
+        more callers, it can be removed (requires a Chromium roll to
+        http://crrev.com/61206, which actually removed the last usage).
+
+        * DEPS:
+        * public/WebURLLoaderClient.h:
+
 2010-10-01  Daniel Cheng  <dcheng at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 722dd94..8628916 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '60394',
+  'chromium_rev': '61206',
 }
 
 deps = {
diff --git a/WebKit/chromium/public/WebURLLoaderClient.h b/WebKit/chromium/public/WebURLLoaderClient.h
index 7614ea3..87d100f 100644
--- a/WebKit/chromium/public/WebURLLoaderClient.h
+++ b/WebKit/chromium/public/WebURLLoaderClient.h
@@ -66,9 +66,6 @@ public:
     // Called when the load completes successfully.
     virtual void didFinishLoading(WebURLLoader*, double finishTime) { }
 
-    // FIXME: remove this once clients are updated.
-    virtual void didFinishLoading(WebURLLoader* loader) { didFinishLoading(loader, 0); }
-
     // Called when the load completes with an error.
     virtual void didFail(WebURLLoader*, const WebURLError&) { }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list