mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
chore: replace DCHECK(a > b) with DCHECK_GT
This commit is contained in:
@@ -31,7 +31,7 @@ ULONG DesktopNotificationController::Toast::UIAutomationInterface::Release() {
|
||||
delete this;
|
||||
return 0;
|
||||
}
|
||||
DCHECK(ret > 0);
|
||||
DCHECK_GT(ret, 0);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user