[Webkit-unassigned] [Bug 47089] Language tag in speech for HTML input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 08:19:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47089





--- Comment #32 from Leandro GraciĆ” Gil <leandrogracia at chromium.org>  2010-10-13 08:19:33 PST ---
(In reply to comment #30)
> (In reply to comment #29)
> > (In reply to comment #24)
> > > (From update of attachment 70252 [details] [details] [details])
> > > View in context: https://bugs.webkit.org/attachment.cgi?id=70252&action=review
> > >  
> > > > WebCore/page/SpeechInputClient.h:39
> > > > +namespace WTF {
> > > > +class String;
> > > > +}
> > > > +
> > > 
> > > Why is this needed?
> > 
> > That's for the language string in the startRecognition method. I already tried to remove it but the build breaks if I do.
> 
> Please just include <wtf/Forward.h> and use unqualified String.

Done there and in WebKit/chromium/src/SpeechInputClientImpl.h/cpp

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list