Bug 222922 - Don't override previously found IDL files in the bindings generator
Summary: Don't override previously found IDL files in the bindings generator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-08 11:07 PST by Devin Rousso
Modified: 2021-03-08 12:30 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2021-03-08 11:11 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>