Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e2ba4310c1203303991ad19955bb7b3dbf9c518
https://github.com/WebKit/WebKit/commit/2e2ba4310c1203303991ad19955bb7b3dbf9c518
Author: BJ Burg <[email protected]>
Date: 2026-05-20 (Wed, 20 May 2026)
Changed paths:
M Source/WebCore/inspector/InspectorIdentifierRegistry.h
Log Message:
-----------
Fix InspectorIdentifierRegistry.h private framework header includes
https://bugs.webkit.org/show_bug.cgi?id=315255
rdar://177584900
Reviewed by Richard Robinson.
The header used double-quoted includes for FrameIdentifier.h,
ProcessIdentifier.h, ResourceLoaderIdentifier.h, and
ScriptExecutionContextIdentifier.h. This is invalid in a framework
private header: the WebCore module verifier (iOS-only) fails with
"Double-quoted include ... in framework header, expected angle-bracketed
instead" when WebCore_Private is built on the iOS internal SDK.
Open Source EWS does not run the module verifier, so the bad includes
have shipped on main since the file was first added in b/310162.
Change the four #includes to <WebCore/X.h> form and re-sort them with
the other angle-bracketed framework includes.
* Source/WebCore/inspector/InspectorIdentifierRegistry.h:
Canonical link: https://commits.webkit.org/313634@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications