[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 07:34:18 PDT 2010


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





--- Comment #30 from mitz at webkit.org  2010-10-13 07:34:17 PST ---
(In reply to comment #29)
> (In reply to comment #24)
> > (From update of attachment 70252 [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.

-- 
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