Bug 53015

Summary: Remove obsolete public/API methods in chromium port
Product: WebKit Reporter: Satish Sampath <satish>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch ossy: review+

Description Satish Sampath 2011-01-24 08:34:53 PST
In http://trac.webkit.org/changeset/76128 the speech input API was changed to include additional parameters. Now that chromium has picked up this change we no longer need the old style wrappers which were left in place for a clean transition.
Comment 1 Satish Sampath 2011-01-24 08:38:48 PST
Created attachment 79926 [details]
Patch
Comment 2 Satish Sampath 2011-01-24 08:55:56 PST
Created attachment 79929 [details]
Patch
Comment 3 Csaba Osztrogonác 2011-01-24 08:59:15 PST
Comment on attachment 79929 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=79929&action=review

Otherwise LGTM, rs=me.

> Source/WebKit/chromium/ChangeLog:5
> +        Remove obsolete public/API methods in chromium port

s/methods/method
Comment 4 Satish Sampath 2011-01-24 09:36:41 PST
Committed r76526: <http://trac.webkit.org/changeset/76526>