Backed out changeset 7fef388bc6cf (bug 1224664)

This commit is contained in:
Carsten "Tomcat" Book 2016-07-16 10:03:07 +02:00
Родитель dfb8831da1
Коммит 10cd9bcc48
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -119,7 +119,7 @@ public:
}
~TErrorResult() {
AssertInOwningThread();
NS_ASSERT_OWNINGTHREAD(TErrorResult);
if (CleanupPolicy::assertHandled) {
// Consumers should have called one of MaybeSetPendingException
@ -366,10 +366,8 @@ private:
#endif // DEBUG
}
MOZ_ALWAYS_INLINE void AssertInOwningThread() const {
#ifdef DEBUG
void AssertInOwningThread() const {
NS_ASSERT_OWNINGTHREAD(TErrorResult);
#endif
}
void AssignErrorCode(nsresult aRv) {