Bug 182805

Summary: WebCore headers should not be included relatively within dependent projects
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: WebKit Misc.Assignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ap, bdakin, cdumez, commit-queue, darin, keith_miller, koivisto, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Don Olmstead 2018-02-14 13:34:28 PST
Currently there are cases in WebKit WebKitLegacy and the Tools that include WebCore headers using #include "Foo.h" instead of #include <WebCore/Foo.h>.
Comment 1 Don Olmstead 2018-02-14 13:37:55 PST
Created attachment 333835 [details]
Patch
Comment 2 WebKit Commit Bot 2018-02-15 10:42:06 PST
Comment on attachment 333835 [details]
Patch

Clearing flags on attachment: 333835

Committed r228521: <https://trac.webkit.org/changeset/228521>
Comment 3 WebKit Commit Bot 2018-02-15 10:42:08 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-02-15 10:43:30 PST
<rdar://problem/37575051>