summaryrefslogtreecommitdiffstats
path: root/dom/fetch
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-23 14:52:16 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-23 14:52:16 +0000
commit7572f371867ac8fd61963aced41382357d0e28f8 (patch)
treec1685be6dd885ac1d903dbf21f68c2cf8ba252ad /dom/fetch
parenta680bdc637e0393aaa08d575c66f7166b788b443 (diff)
downloadUXP-7572f371867ac8fd61963aced41382357d0e28f8.tar
UXP-7572f371867ac8fd61963aced41382357d0e28f8.tar.gz
UXP-7572f371867ac8fd61963aced41382357d0e28f8.tar.lz
UXP-7572f371867ac8fd61963aced41382357d0e28f8.tar.xz
UXP-7572f371867ac8fd61963aced41382357d0e28f8.zip
Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.
The poor fellows got lost in an ASCII-interpretation of the world.
Diffstat (limited to 'dom/fetch')
-rw-r--r--dom/fetch/FetchDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/fetch/FetchDriver.cpp b/dom/fetch/FetchDriver.cpp
index 622977a13..122875bb0 100644
--- a/dom/fetch/FetchDriver.cpp
+++ b/dom/fetch/FetchDriver.cpp
@@ -878,7 +878,7 @@ FetchDriver::AsyncOnChannelRedirect(nsIChannel* aOldChannel,
mRequest->AddURL(spec, fragment);
NS_ConvertUTF8toUTF16 tRPHeaderValue(tRPHeaderCValue);
- // updates request???s associated referrer policy according to the
+ // updates request’s associated referrer policy according to the
// Referrer-Policy header (if any).
if (!tRPHeaderValue.IsEmpty()) {
net::ReferrerPolicy net_referrerPolicy =