Inline static Create() factory functions from renderer/core
This CL removes unnecessary Create() factory functions in //third_partyb/blink/renderer/core only when it meets the policy of removing Create() so that we support only one of Create() methods or public constructors in a class. Then, this CL makes all callers use MakeGarbageCollected<Foo> instead. This CL removes below Create() functions, - InsertIncrementalTextCommand::Create - InspectorStyleSheetForInlineStyle::Create - NetworkResourcesData::Create Bug: 939691 Change-Id: I003a97c5dfe37f780f25af9f9a36138cffb76a03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980525Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#727294}
Showing
Please register or sign in to comment