Revert "Bug 1967896 - Flag nsTLiteralString as MOZ_OWNER r=nika" for causing Build Bustages on nsHttpChannelAuthProvider.cpp

This reverts commit 79775f1eae.
This commit is contained in:
pstanciu
2025-05-23 17:13:22 +03:00
committed by pstanciu@mozilla.com
parent 21c296b19f
commit 12aaef2d5a

View File

@@ -22,7 +22,7 @@
* does not have a destructor.
*/
template <typename T>
class MOZ_GSL_OWNER nsTLiteralString : public mozilla::detail::nsTStringRepr<T> {
class nsTLiteralString : public mozilla::detail::nsTStringRepr<T> {
public:
typedef nsTLiteralString<T> self_type;