[Webkit-unassigned] [Bug 40925] Speech Input: Add a speech button to text input element (no rendering or actions yet)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 07:48:52 PDT 2010


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





--- Comment #2 from Jeremy Orlow <jorlow at chromium.org>  2010-06-22 07:48:52 PST ---
(From update of attachment 59261)
Drive by comment:

WebCore/rendering/TextControlInnerElements.cpp:322
 +      return new InputFieldSpeechButtonElement(document);
ADOPT REF!!!!!!!!!!!!!!!!

This will cause a memory leak.  Always remember to use adropRef with your ::create methods.

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