[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

hans at chromium.org hans at chromium.org
Fri Jan 21 14:57:29 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit ddf8901d8815408627887d221c1221ad0f2d8bcd
Author: hans at chromium.org <hans at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 15:24:21 2011 +0000

    2011-01-05  Hans Wennborg  <hans at chromium.org>
    
            Reviewed by David Levin.
    
            [Chromium] WebIDBKey clean-up
            https://bugs.webkit.org/show_bug.cgi?id=51925
    
            Remove constructors that are no longer used since the
            Chromium side has been updated.
    
            * public/WebIDBKey.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75064 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 1b39149..a2592c0 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-05  Hans Wennborg  <hans at chromium.org>
+
+        Reviewed by David Levin.
+
+        [Chromium] WebIDBKey clean-up
+        https://bugs.webkit.org/show_bug.cgi?id=51925
+
+        Remove constructors that are no longer used since the
+        Chromium side has been updated.
+
+        * public/WebIDBKey.h:
+
 2011-01-04  Darin Fisher  <darin at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKit/chromium/public/WebIDBKey.h b/WebKit/chromium/public/WebIDBKey.h
index 561af2f..376d1c5 100644
--- a/WebKit/chromium/public/WebIDBKey.h
+++ b/WebKit/chromium/public/WebIDBKey.h
@@ -50,10 +50,6 @@ public:
     WEBKIT_API static WebIDBKey createInvalid();
     WEBKIT_API static WebIDBKey createFromValueAndKeyPath(const WebSerializedScriptValue&, const WebIDBKeyPath&);
 
-    // FIXME: Remove these two constructors after Chromium side is done.
-    WebIDBKey(const WebString& string) { assignString(string); }
-    WebIDBKey(double number) { assignNumber(number); }
-
     WebIDBKey(const WebIDBKey& e) { assign(e); }
     WebIDBKey& operator=(const WebIDBKey& e)
     {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list