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

satish at chromium.org satish at chromium.org
Sun Feb 20 23:43:57 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 580f65f5317abd9fde3d7ab9f35951e670a9d44e
Author: satish at chromium.org <satish at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 17:35:21 2011 +0000

    2011-01-24  Satish Sampath  <satish at chromium.org>
    
            Reviewed by Csaba Osztrogonác.
    
            Remove obsolete public/API method in chromium port
            https://bugs.webkit.org/show_bug.cgi?id=53015
    
            * public/WebSpeechInputController.h:
            (WebKit::WebSpeechInputController::startRecognition): Removed obsolete method
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76526 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index 6041a95..9c21d71 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-24  Satish Sampath  <satish at chromium.org>
+
+        Reviewed by Csaba Osztrogonác.
+
+        Remove obsolete public/API method in chromium port
+        https://bugs.webkit.org/show_bug.cgi?id=53015
+
+        * public/WebSpeechInputController.h:
+        (WebKit::WebSpeechInputController::startRecognition): Removed obsolete method
+
 2010-01-24  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/Source/WebKit/chromium/public/WebSpeechInputController.h b/Source/WebKit/chromium/public/WebSpeechInputController.h
index eb83ec7..577c5e2 100644
--- a/Source/WebKit/chromium/public/WebSpeechInputController.h
+++ b/Source/WebKit/chromium/public/WebSpeechInputController.h
@@ -47,11 +47,6 @@ public:
     // text are returned via the listener interface.
     virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar, const WebSecurityOrigin& origin)
     {
-        return startRecognition(requestId, elementRect, language, grammar);
-    }
-    // TODO(satish): Remove this once chromium has rolled past the above change.
-    virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar)
-    {
         WEBKIT_ASSERT_NOT_REACHED();
         return false;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list