Bug 159362

Summary: check-webkit-style: parameter warning for parameters with default arguments
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Eric Carlson 2016-07-01 12:42:50 PDT
check-webkit-style complains when including the name of a parameter with a default argument, e.g.:

    void updatePlayState(UpdateState updateState = UpdateState::Synchronously);