зеркало из https://github.com/mozilla/gecko-dev.git
bug 839193 - don't exit early in AsyncUsageRunnable::RunInternal r=khuey
This commit is contained in:
Родитель
f7fcb8e61d
Коммит
334c2170bb
|
@ -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!");
|
||||
|
|
Загрузка…
Ссылка в новой задаче