Remove static Create() in renderer/platform/mediastream
As advised in [1], this CL removes unnecessary Foo::Create() factory functions which return an instance created by MakeGarbageCollected<Foo> in third_party/blink/renderer/platform/mediastream, then this CL makes the callers use MakeGarbageCollected<Foo> instead of Foo::Create() factory functions. [1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbx> Bug: 939691 Change-Id: I3e86523a6f71145ba7d80cd2c8a1f4c4dcb55e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554357Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#648599}
Showing
Please register or sign in to comment