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+

Description Alex Christensen 2021-04-26 12:09:53 PDT
Consistently include headers with <Framework/Header.h>
Comment 1 Alex Christensen 2021-04-26 12:12:16 PDT
Created attachment 427074 [details]
Patch
Comment 2 Alexey Proskuryakov 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.
Comment 3 Alex Christensen 2021-04-26 16:45:03 PDT
Created attachment 427104 [details]
Patch
Comment 4 Alex Christensen 2021-04-26 17:04:56 PDT
r276621