NEW174485
check-webkit-style false positive for [readability/parameter_name] with declaration inside if expression.
https://bugs.webkit.org/show_bug.cgi?id=174485
Summary check-webkit-style false positive for [readability/parameter_name] with decla...
Jeremy Jones
Reported 2017-07-13 18:48:33 PDT
ERROR: Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm:337: The parameter name "playbackSessionModel" adds no information, so it should be removed. [readability/parameter_name] [5] for this code: if (WebPlaybackSessionModel* playbackSessionModel = _webVideoFullscreenInterfaceMac->webPlaybackSessionModel()) playbackSessionModel->pause();
Attachments
Note You need to log in before you can comment on or make changes to this bug.