Bug 225067

Summary: Consistently include headers with <Framework/Header.h>
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dino, eric.carlson, ews-watchlist, glenn, graouts, hi, jer.noble, jiewen_tan, joepeck, kondapallykalyan, mifenton, philipj, sergio
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch ap: review+

Alex Christensen
Reported 2021-04-26 12:09:53 PDT
Consistently include headers with <Framework/Header.h>
Attachments
Patch (42.22 KB, patch)
2021-04-26 12:12 PDT, Alex Christensen
no flags
Patch (40.47 KB, patch)
2021-04-26 16:45 PDT, Alex Christensen
ap: review+
Alex Christensen
Comment 1 2021-04-26 12:12:16 PDT
Alexey Proskuryakov
Comment 2 2021-04-26 14:17:51 PDT
Comment on attachment 427074 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427074&action=review > Source/WebCore/platform/ios/WebItemProviderPasteboard.h:26 > -#import <WebCore/AbstractPasteboard.h> > +#import "AbstractPasteboard.h" WebItemProviderPasteboard.h is a private header, so it needs to use framework style includes for WebCore headers. I didn't check the rest of the patch, please check it for other instances of this.
Alex Christensen
Comment 3 2021-04-26 16:45:03 PDT
Alex Christensen
Comment 4 2021-04-26 17:04:56 PDT
Note You need to log in before you can comment on or make changes to this bug.