Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj

This commit is contained in:
Kyle Huey
2016-03-28 10:28:15 -07:00
parent 5ec2e680df
commit 20d0dc7286
81 changed files with 476 additions and 528 deletions

View File

@@ -463,7 +463,7 @@ nsConsoleService::Observe(nsISupports* aSubject, const char* aTopic,
MOZ_ASSERT(supportsInt);
uint64_t windowId;
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(supportsInt->GetData(&windowId)));
MOZ_ALWAYS_SUCCEEDS(supportsInt->GetData(&windowId));
ClearMessagesForWindowID(windowId);
} else {