OnionSoup: Remove all uses of Deprecation::CountDeprecation(LocalFrame*) and the method

According to the plan to replace |const LocalFrame*| arguement with |const Document&|,
|ExecutionContext*|, or |DocumentLoader*| in Deprecation::CountDeprecation(), this CL
replaces all uses of Deprecation::CountDeprecation(const LocalFrame*) with
other Deprecation::CountDeprecation(...) in blink.

And, this CL removes Deprecation::CountDeprecation(const LocalFrame*, WebFeature) in Blink.

Bug: 936187
Change-Id: Ieabb29d5348b8a174d2076d4c9a5c93f5d696f02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511095
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#640667}
13 files changed