Loading
Sign in before continuing.
Bug 2022746 Convert pointer to boolean instead of comparing with 0...
Bug 2022746 Convert pointer to boolean instead of comparing with 0 r=media-playback-reviewers,padenot "When testing a pointer, use (!myPtr) or (myPtr)" https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_cpp.html#c-c-practices Differential Revision: https://phabricator.services.mozilla.com/D288804