[webkit-reviews] review denied: [Bug 43922] Support for multiple speech enabled elements in same page. : [Attachment 64344] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 08:32:38 PDT 2010


Jeremy Orlow <jorlow at chromium.org> has denied Satish Sampath
<satish at chromium.org>'s request for review:
Bug 43922: Support for multiple speech enabled elements in same page.
https://bugs.webkit.org/show_bug.cgi?id=43922

Attachment 64344: Patch
https://bugs.webkit.org/attachment.cgi?id=64344&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>

WebCore/page/SpeechInput.cpp:59
 +	    it != m_listeners.end(); ++it)
sorry...one more nit....either put the whole for on one line or put {}'s around
it...otherwise it's hard to follow.


More information about the webkit-reviews mailing list