[webkit-reviews] review granted: [Bug 101751] MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state : [Attachment 173290] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 11:19:05 PST 2012


Adam Barth <abarth at webkit.org> has granted Tommy Widenflycht
<tommyw at google.com>'s request for review:
Bug 101751: MediaStream API: Schedule the RTCDataChannel events to be triggered
at idle state
https://bugs.webkit.org/show_bug.cgi?id=101751

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=173290&action=review


> Source/WebCore/Modules/mediastream/RTCDataChannel.cpp:288
> +    events.clear();

This line shouldn't be needed.	The vector will get cleared naturally as the
stack unwinds.


More information about the webkit-reviews mailing list