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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 09:09:59 PDT 2010


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





--- Comment #24 from mitz at webkit.org  2010-10-08 09:09:58 PST ---
(From update of attachment 70252)
View in context: https://bugs.webkit.org/attachment.cgi?id=70252&action=review

> WebCore/dom/Element.cpp:1474
> +        CString languageTag = value.string().ascii();

The creation of a CString here is unnecessary. Please don’t do this.

> WebCore/page/SpeechInputClient.h:39
> +namespace WTF {
> +class String;
> +}
> +

Why is this needed?

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