DescriptionAvoid duplicate functions/code in core/inspector: isErrorStatusCode
While experimenting with unity builds I encountered a few duplicate
symbols and functions in core/inspector. One of them was
isErrorStatusCode, a one instruction function that was defined in both
NetworkResourcesData.cpp and InspectorNetworkAgent.cpp.
This patch renames one of them IsHTTPErrorStatusCode, a more suitable
name.
Review-Url: https://codereview.chromium.org/2807533005
Cr-Commit-Position: refs/heads/master@{#464076}
Committed: https://chromium.googlesource.com/chromium/src/+/4624411ae3f604ce2e6ff453be42cf7e61b6ca30
Patch Set 1 #Patch Set 2 : Rebased past blink rename #Messages
Total messages: 14 (10 generated)
|