зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset e3df33f21fab (bug 1342831) for test leak
This commit is contained in:
Родитель
34e590459b
Коммит
aa7be324d2
|
@ -293,6 +293,7 @@ public:
|
|||
{
|
||||
public:
|
||||
virtual void Disconnect() = 0;
|
||||
virtual void AssertIsDead() = 0;
|
||||
|
||||
protected:
|
||||
Request() : mComplete(false), mDisconnected(false) {}
|
||||
|
@ -361,7 +362,7 @@ protected:
|
|||
}
|
||||
#endif
|
||||
|
||||
void AssertIsDead()
|
||||
void AssertIsDead() override
|
||||
{
|
||||
PROMISE_ASSERT(mMagic1 == sMagic && mMagic2 == sMagic);
|
||||
// We want to assert that this ThenValues is dead - that is to say, that
|
||||
|
|
Загрузка…
Ссылка в новой задаче