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

hans at chromium.org hans at chromium.org
Mon Feb 21 00:30:31 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 91725133cc8c90c4e578954b5cbc3d6adf6058b0
Author: hans at chromium.org <hans at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 1 10:18:28 2011 +0000

    2011-02-01  Hans Wennborg  <hans at chromium.org>
    
            Reviewed by Jeremy Orlow.
    
            Chromium: remove WebIDBCallbacks::onSucces()
            https://bugs.webkit.org/show_bug.cgi?id=53415
    
            Remove un-used function.
    
            * public/WebIDBCallbacks.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index a266a78..d0ed4c6 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2011-02-01  Hans Wennborg  <hans at chromium.org>
+
+        Reviewed by Jeremy Orlow.
+
+        Chromium: remove WebIDBCallbacks::onSucces()
+        https://bugs.webkit.org/show_bug.cgi?id=53415
+
+        Remove un-used function.
+
+        * public/WebIDBCallbacks.h:
+
 2011-02-01  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed. Fix Chromium Debug compilation broken by r77228.
diff --git a/Source/WebKit/chromium/public/WebIDBCallbacks.h b/Source/WebKit/chromium/public/WebIDBCallbacks.h
index f2c5f33..124b6b8 100644
--- a/Source/WebKit/chromium/public/WebIDBCallbacks.h
+++ b/Source/WebKit/chromium/public/WebIDBCallbacks.h
@@ -46,7 +46,6 @@ public:
     // For classes that follow the PImpl pattern, pass a const reference.
     // For the rest, pass ownership to the callee via a pointer.
     virtual void onError(const WebIDBDatabaseError&) { WEBKIT_ASSERT_NOT_REACHED(); }
-    void onSuccess() { WEBKIT_ASSERT_NOT_REACHED(); } // FIXME: Remove once Chromium stops referring to it.
     virtual void onSuccess(WebIDBCursor*) { WEBKIT_ASSERT_NOT_REACHED(); }
     virtual void onSuccess(WebIDBDatabase*) { WEBKIT_ASSERT_NOT_REACHED(); }
     virtual void onSuccess(const WebIDBKey&) { WEBKIT_ASSERT_NOT_REACHED(); }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list