Backout changeset b31288fb959a (bug 1443265). r=froydnj

Because it never actually had an effect until clang 7, where it reveals
the tree is not ready for it. See details in bug 1492743.
This commit is contained in:
Mike Hommey 2018-09-25 10:54:07 +09:00
Родитель 697b700c0f
Коммит 0121cc3b9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ struct unused_t;
* Otherwise, use std::move(RefPtr/nsCOMPtr/etc).
*/
template<class T>
struct MOZ_TEMPORARY_CLASS MOZ_MUST_USE_TYPE MOZ_NON_AUTOABLE already_AddRefed
struct MOZ_MUST_USE_TYPE MOZ_NON_AUTOABLE already_AddRefed
{
already_AddRefed() : mRawPtr(nullptr) {}