Clean up unnecessary Create() factory functions in platform/heap

As advised in [1], this CL removes unnecessary Foo::Create() in
//third_party/blink/renderer/platform/heap and make their constructors
public, then make the callers use std::make_unique<Foo> instead
of their Create() factory functions.

[1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbxbWs/vEdfT5QtBgAJ

Bug: 939691
Change-Id: I933191322dd7ded4e893aee49a9119559a672016
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526068
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#641543}
10 files changed