summaryrefslogtreecommitdiff
path: root/url/gurl.cc
diff options
context:
space:
mode:
authorCronet Mainline Eng <cronet-mainline-eng+copybara@google.com>2024-06-01 00:34:53 +0900
committerMotomu Utsumi <motomuman@google.com>2024-06-01 01:09:19 +0900
commitb66ce594f84a102bf71c3e2754d9c0bfdd620b85 (patch)
treef9fe122e9fb8b203a1cfc6955deb5e84ad4f341a /url/gurl.cc
parent168f7e285114554eb2ac9bc22343cca461355b50 (diff)
downloadcronet-b66ce594f84a102bf71c3e2754d9c0bfdd620b85.tar.gz
Import Cronet version 123.0.6312.40
FolderOrigin-RevId: /tmp/copybara-origin/src Change-Id: Ie1ecf4a8ee6c6263302f0e88e86baa49a8052442
Diffstat (limited to 'url/gurl.cc')
-rw-r--r--url/gurl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/url/gurl.cc b/url/gurl.cc
index 018ae1142..3e639dfb4 100644
--- a/url/gurl.cc
+++ b/url/gurl.cc
@@ -161,7 +161,8 @@ const std::string& GURL::spec() const {
// TODO(crbug.com/851128): Make sure this no longer hits before making
// NOTREACHED_NORETURN();
- NOTREACHED() << "Trying to get the spec of an invalid URL!";
+ DUMP_WILL_BE_NOTREACHED_NORETURN()
+ << "Trying to get the spec of an invalid URL!";
return base::EmptyString();
}