[webkit-reviews] review granted: [Bug 99308] MediaStream API: Add better RTCPeerConnectionHandler creation logic : [Attachment 169111] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 08:52:50 PDT 2012


Adam Barth <abarth at webkit.org> has granted Tommy Widenflycht
<tommyw at google.com>'s request for review:
Bug 99308: MediaStream API: Add better RTCPeerConnectionHandler creation logic
https://bugs.webkit.org/show_bug.cgi?id=99308

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

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


>
Source/WebCore/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.c
pp:71
> +	   return adoptPtr<RTCPeerConnectionHandler>(0);

You can just return nullptr (or at least PassOwnPtr<RTCPeerConnectionHandler>()
if that doesn't work).


More information about the webkit-reviews mailing list