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:
committed by
pstanciu@mozilla.com
parent
21c296b19f
commit
12aaef2d5a
@@ -22,7 +22,7 @@
|
|||||||
* does not have a destructor.
|
* does not have a destructor.
|
||||||
*/
|
*/
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class MOZ_GSL_OWNER nsTLiteralString : public mozilla::detail::nsTStringRepr<T> {
|
class nsTLiteralString : public mozilla::detail::nsTStringRepr<T> {
|
||||||
public:
|
public:
|
||||||
typedef nsTLiteralString<T> self_type;
|
typedef nsTLiteralString<T> self_type;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user