Inline static Create() factory functions from renderer/modules/speech
This CL removes Create() factory functions in //third_partyb/blink/renderer/modules/speech only when it meets the policy of removing Create(). Then, this CL makes all callers use MakeGarbageCollected<Foo> instead. This CL removes below factory functions, - SpeechRecognitionController::Create - SpeechSynthesisVoice::Create - SpeechRecognitionAlternative::Create Bug: 939691 Change-Id: Ieb586730ca358e01e50105cf3f2b5987ea256b8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961288Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#724070}
Showing
Please register or sign in to comment