Changeset 66713 in webkit


Ignore:
Timestamp:
Sep 2, 2010 10:22:07 PM (14 years ago)
Author:
satish@chromium.org
Message:

2010-09-02 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Remove obsolete public/API methods in chromium port
https://bugs.webkit.org/show_bug.cgi?id=45108

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r66701 r66713  
     12010-09-02  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        Remove obsolete public/API methods in chromium port
     6        https://bugs.webkit.org/show_bug.cgi?id=45108
     7
     8        * public/WebSpeechInputController.h:
     9        (WebKit::WebSpeechInputController::startRecognition):
     10
    1112010-09-02  Kent Tamura  <tkent@chromium.org>
    212
  • trunk/WebKit/chromium/public/WebSpeechInputController.h

    r66007 r66713  
    4646    virtual bool startRecognition(int requestId, const WebRect&)
    4747    {
    48         return startRecognition(requestId);
    49     }
    50     // FIXME: Remove this once chromium has picked up this change.
    51     virtual bool startRecognition(int)
    52     {
    5348        WEBKIT_ASSERT_NOT_REACHED();
    5449        return false;
Note: See TracChangeset for help on using the changeset viewer.