As landed, PeerConnection draft spec says that the local and remote components of an RTCStatsReport are single RTCStatsElement attributes, not arrays of RTCStatselement (as an earlier draft said) or a function returning a sequence<RTCStatsElement> (as the patch landed). This seems to make sense as a simplification.
Created attachment 167737 [details] Patch
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment on attachment 167737 [details] Patch That's much simpler.
Comment on attachment 167737 [details] Patch Clearing flags on attachment: 167737 Committed r130768: <http://trac.webkit.org/changeset/130768>
All reviewed patches have been landed. Closing bug.