Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid 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}
- Loading branch information