[DevTools] Roll inspector_protocol (Chromium) (strtod)
New revision: 7a44a37f66b58358dd8ab85ccde1998fafa95e53 Upstream review: https://chromium-review.googlesource.com/c/deps/inspector_protocol/+/1899564 Previously, we used a wrapper routines, e.g. those in content/browser/devtools/devtools_protocol_encoding.cc to use this library, by using dependency injection to provide the string<->number conversion routines. With this change, the third_party library depends on the routines in //base via a custom, Chrome-specific .cc file, json_platform_chromium.cc. This does away with the indirection for the library usage. Change-Id: I963b0f962473ce911bfbdfb848863d253bc7dbf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922594 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#718396}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment