[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 15:08:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 036feedc8c5c05ceeb9470f87149c154926bf7ff
Author: satish at chromium.org <satish at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 28 12:56:36 2010 +0000

    2010-10-28  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=48504
    
            * public/WebSpeechInputController.h:
            (WebKit::WebSpeechInputController::startRecognition):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70769 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a2d7529..eba6d54 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-28  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=48504
+
+        * public/WebSpeechInputController.h:
+        (WebKit::WebSpeechInputController::startRecognition):
+
 2010-10-27  Eric Uhrhane  <ericu at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKit/chromium/public/WebSpeechInputController.h b/WebKit/chromium/public/WebSpeechInputController.h
index 63250cd..a80dafd 100644
--- a/WebKit/chromium/public/WebSpeechInputController.h
+++ b/WebKit/chromium/public/WebSpeechInputController.h
@@ -46,13 +46,6 @@ public:
     // text are returned via the listener interface.
     virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& grammar)
     {
-        startRecognition(requestId, elementRect);
-        return false;
-    }
-
-    // FIXME: Remove this method once chromium implements the above method.
-    virtual bool startRecognition(int requestId, const WebRect&)
-    {
         WEBKIT_ASSERT_NOT_REACHED();
         return false;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list