[Webkit-unassigned] [Bug 169709] Follow-up on comments for bug 169664

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 20 08:24:59 PDT 2017


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

youenn fablet <youennf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #304913|review?                     |review+, commit-queue-
              Flags|                            |

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 304913
  --> https://bugs.webkit.org/attachment.cgi?id=304913
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=304913&action=review

> Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.cpp:879
> +    Vector<RTCIceTransportState> transportStates(m_peerConnection.getTransceivers().size());

Please use reserveInitialCapacity to preallocate without creating the objects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170320/4dcced28/attachment.html>


More information about the webkit-unassigned mailing list