Bug 168930

Summary: check-webkit-style should guard against breaking Windows ABI
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: lforschler, pvollan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Brent Fulgham 2017-02-27 13:50:59 PST
From time to time, people unwittingly break WebKit.dll COM ABI by inserting new method declarations into existing interfaces. This breaks existing Windows clients, and should be avoided.

We should modify 'check-webkit-style' to flag cases where new methods are inserted into Windows interfaces.