Bug 222922

Summary: Don't override previously found IDL files in the bindings generator
Product: WebKit Reporter: Devin Rousso <hi>
Component: New BugsAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, ews-watchlist, hi, sam, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Devin Rousso 2021-03-08 11:07:36 PST
If the same IDL file exists in
 - $(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions
 - $(SDKROOT)/usr/local/include/WebKitAdditions
 - $(WebCore)/*/*.idl
we should ensure that the IDL file used for compiling is the first one found, not the last one found.
Comment 1 Devin Rousso 2021-03-08 11:11:43 PST
Created attachment 422589 [details]
Patch
Comment 2 EWS 2021-03-08 12:29:43 PST
Committed r274093: <https://commits.webkit.org/r274093>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 422589 [details].
Comment 3 Radar WebKit Bug Importer 2021-03-08 12:30:15 PST
<rdar://problem/75182286>