mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 839193 - don't exit early in AsyncUsageRunnable::RunInternal r=khuey
This commit is contained in:
parent
a2b6d33d88
commit
5983b30dd3
@ -1798,10 +1798,6 @@ IndexedDatabaseManager::AsyncUsageRunnable::RunInternal()
|
||||
IndexedDatabaseManager* mgr = IndexedDatabaseManager::Get();
|
||||
NS_ASSERTION(mgr, "This should never fail!");
|
||||
|
||||
if (mCanceled) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
switch (mCallbackState) {
|
||||
case Pending: {
|
||||
NS_NOTREACHED("Should never get here without being dispatched!");
|
||||
|
Loading…
Reference in New Issue
Block a user