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

satish at chromium.org satish at chromium.org
Wed Dec 22 14:57:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 89087c128973bc69eaeee061f62e8760a0513f1b
Author: satish at chromium.org <satish at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 26 15:47:29 2010 +0000

    2010-10-26  Satish Sampath  <satish at chromium.org>
    
            Reviewed by Steve Block.
    
            Remove obsolete public/API methods in chromium port.
            https://bugs.webkit.org/show_bug.cgi?id=48330
    
            * public/WebSpeechInputListener.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70523 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index af59e60..a549e7a 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-26  Satish Sampath  <satish at chromium.org>
+
+        Reviewed by Steve Block.
+
+        Remove obsolete public/API methods in chromium port.
+        https://bugs.webkit.org/show_bug.cgi?id=48330
+
+        * public/WebSpeechInputListener.h:
+
 2010-10-26  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Steve Block.
diff --git a/WebKit/chromium/public/WebSpeechInputListener.h b/WebKit/chromium/public/WebSpeechInputListener.h
index c6a92c0..091f984 100644
--- a/WebKit/chromium/public/WebSpeechInputListener.h
+++ b/WebKit/chromium/public/WebSpeechInputListener.h
@@ -57,15 +57,6 @@ public:
     // or if there was any other errors in the process, this method may never be called.
     virtual void setRecognitionResult(int, const WebSpeechInputResultArray&) { WEBKIT_ASSERT_NOT_REACHED(); }
 
-    // FIXME: Remove this once the chromium side is able to send multiple recognition results
-    // using the above call.
-    virtual void setRecognitionResult(int requestId, const WebString& result)
-    {
-        WebSpeechInputResultArray results(static_cast<size_t>(1));
-        results[0].set(result, 1.0);
-        setRecognitionResult(requestId, results);
-    }
-
     // Informs that speech recognition has completed. This gets invoked irrespective of whether
     // recognition was succesful or not, whether setRecognitionResult() was invoked or not. The
     // handler typically frees up any temporary resources allocated and waits for the next speech

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list