Open Bug 1386898 Opened 8 years ago Updated 3 years ago

Perform minor cleanup of WebrtcGlobal.h

Categories

(Core :: WebRTC, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: ng, Assigned: ng)

Details

The conditionals in the {Read,Write}Param can be simplified and made easier to read.
if(!foo || !bar ...){ return false; } return true; Can simply be: return foo && bar && ...;
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.