mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 582174: IsDead() was intended to check for null. r=dwitte
--HG-- extra : rebase_source : 3a85ae01837b303c13c412e26b78b8179cdfff75
This commit is contained in:
parent
63292100e5
commit
b26b25290b
@ -104,7 +104,7 @@ public:
|
||||
bool IsDead() const
|
||||
{
|
||||
nsCOMPtr<nsIObserver> observer = GetObserver();
|
||||
return !!observer;
|
||||
return !observer;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user