Inline static Create() factory functions from renderer/modules/webmidi
This CL removes Create() factory functions in //third_partyb/blink/renderer/modules/webmidi as much as possible, and makes all callers use MakeGarbageCollected<Foo> instead. This CL removes below factory functions, - MIDIAccess::Create - MIDIInput::Create - MIDIMessageEvent::Create - MIDIOutput::Create Bug: 939691 Change-Id: Ic8342bd035c5b52c569bec574878db0e60b6f1af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946172Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#720451}
Showing
Please register or sign in to comment