Bug 1024322 - Replace calls to MOZ_ASSUME_UNREACHABLE that have crept back into dom. r=smaug

This commit is contained in:
Chris Peterson
2014-06-20 22:42:45 -07:00
parent 6364b79ad7
commit 43fb851b51
5 changed files with 6 additions and 9 deletions

View File

@@ -117,8 +117,7 @@ DataStoreDB::HandleEvent(nsIDOMEvent* aEvent)
return NS_OK;
}
MOZ_ASSUME_UNREACHABLE("This should not happen");
return NS_OK;
MOZ_CRASH("This should not happen");
}
nsresult