mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2703 - Part 4: Fix incorrect clang warning in nsCORSListenerProxy.
See BZ Bug 1444472 Resolves #2703
This commit is contained in:
parent
fdfe81fe54
commit
8f2f4d8d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ nsPreflightCache::CacheEntry::CheckRequest(const nsCString& aMethod,
|
|||
}
|
||||
}
|
||||
|
||||
const struct CheckHeaderToken {
|
||||
struct CheckHeaderToken {
|
||||
bool Equals(const TokenTime& e, const nsCString& header) const {
|
||||
return e.token.Equals(header, comparator);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue